Html Css Color HEX #6E9178 Oxley

📋 copy color: '#6E9178'

red 110 ◦ green 145 ◦ blue 120

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

Shades of Oxley #6E9178

Tints of Oxley #6E9178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32%

R = 29.33%
G = 38.67%
B = 32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#6E9178 (or 0x6E9178) is known color: Oxley. HEX triplet: 6E, 91 and 78. RGB value is (110,145,120). Sum of RGB (Red+Green+Blue) = 110+145+120=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9178 is #916E87. Grayscale: #838383. Windows color (decimal): -9531016 or 7901550. OLE color: 7901550.

HSL color Cylindrical-coordinate representation of color #6E9178: hue angle of 137.14º 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 #6E9178 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 145 120 -
CMYK 0.24 0 0.17 0.43
HSL 137.14º 0.14% 0.5% -
HSV(B) 137.14º 0.24% 0.57% -
XYZ 19.95 24.92 21.53 -
YUV 131.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 110 145 120 0.24 0 0.17 0.43 137.14 0.14 0.5
Hex 6E 91 78 18 0 11 2B 89 E 32
Octal 156 221 170 30 0 21 53 211 16 62
Binary 1101110 10010001 1111000 11000 0 10001 101011 10001001 1110 110010

Color Harmonies of #6E9178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9178

Black with #6E9178

Text Example


Text Example

White with #6E9178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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