Html Css Color HEX #6D957C Oxley

📋 copy color: '#6D957C'

red 109 ◦ green 149 ◦ blue 124

#6D957C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #6D957C

Tints of Oxley #6D957C

RGB

 RED value IS 109 (42.97% from 255) = 28.53%

 GREEN value IS 149 (58.59% from 255) = 39.01%

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 28.53%
G = 39.01%
B = 32.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6D957C (or 0x6D957C) is known color: Oxley. HEX triplet: 6D, 95 and 7C. RGB value is (109,149,124). Sum of RGB (Red+Green+Blue) = 109+149+124=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 149 - color contains mainly: green. Hex color #6D957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D957C is #926A83. Grayscale: #868686. Windows color (decimal): -9595524 or 8164717. OLE color: 8164717.

HSL color Cylindrical-coordinate representation of color #6D957C: hue angle of 142.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D957C is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 149 124 -
CMYK 0.27 0 0.17 0.42
HSL 142.5º 0.16% 0.51% -
HSV(B) 142.5º 0.27% 0.58% -
XYZ 20.69 26.2 23.04 -
YUV 134.19 122.25 110.03 -
System Red Green Blue C M Y K H S L
Decimal 109 149 124 0.27 0 0.17 0.42 142.5 0.16 0.51
Hex 6D 95 7C 1B 0 11 2A 8E 10 33
Octal 155 225 174 33 0 21 52 216 20 63
Binary 1101101 10010101 1111100 11011 0 10001 101010 10001110 10000 110011

Color Harmonies of #6D957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D957C

Black with #6D957C

Text Example


Text Example

White with #6D957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D957C; }

 p { color: rgb(109,149,124); }

 H1.HeaderClassName
 {
   color: #6D957C;
 }
 .AnyTagClassName
 {
   color: #6D957C;
 }
</style>

background-color css

<style>
 a { background-color: #6D957C; }

 a { background-color: rgb(109,149,124); }

 div.DivClassName
 {
   background-color: #6D957C;
 }
 .BgClassName
 {
   background-color: #6D957C;
 }
</style>

border-color css

<style>
 span { border-color: #6D957C; }

 span { border-color: rgb(109,149,124); }

 td.TdClassName
 {
   border-color: #6D957C;
 }
 .TagClassName
 {
   border-color: #6D957C;
 }
</style>