Html Css Color HEX #6E9176 Oxley

📋 copy color: '#6E9176'

red 110 ◦ green 145 ◦ blue 118

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

Shades of Oxley #6E9176

Tints of Oxley #6E9176

RGB

 RED value IS 110 (43.36% from 255) = 29.49%

 GREEN value IS 145 (57.03% from 255) = 38.87%

 BLUE value IS 118 (46.48% from 255) = 31.64%

R = 29.49%
G = 38.87%
B = 31.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#6E9176 (or 0x6E9176) is known color: Oxley. HEX triplet: 6E, 91 and 76. RGB value is (110,145,118). Sum of RGB (Red+Green+Blue) = 110+145+118=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9176 is #916E89. Grayscale: #838383. Windows color (decimal): -9531018 or 7770478. OLE color: 7770478.

HSL color Cylindrical-coordinate representation of color #6E9176: hue angle of 133.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E9176 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 145 118 -
CMYK 0.24 0 0.19 0.43
HSL 133.71º 0.14% 0.5% -
HSV(B) 133.71º 0.24% 0.57% -
XYZ 19.83 24.87 20.9 -
YUV 131.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 110 145 118 0.24 0 0.19 0.43 133.71 0.14 0.5
Hex 6E 91 76 18 0 13 2B 86 E 32
Octal 156 221 166 30 0 23 53 206 16 62
Binary 1101110 10010001 1110110 11000 0 10011 101011 10000110 1110 110010

Color Harmonies of #6E9176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9176

Black with #6E9176

Text Example


Text Example

White with #6E9176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,145,118); }

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

background-color css

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

 a { background-color: rgb(110,145,118); }

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

border-color css

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

 span { border-color: rgb(110,145,118); }

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