#6FAB78

Color #6FAB78 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #6FAB78

Tints of Oxley #6FAB78

Color information

#6FAB78 (or 0x6FAB78) is unknown color: approx Oxley. HEX triplet: 6F, AB and 78. RGB value is (111,171,120). Sum of RGB (Red+Green+Blue) = 111+171+120=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAB78 is #905487. Grayscale: #939393. Windows color (decimal): -9458824 or 7908207. OLE color: 7908207.

HSL color Cylindrical-coordinate representation of color #6FAB78: hue angle of 129º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAB78 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB111171120-
CMYK0.3500.300.33
HSL129º26.32%55.29%-
HSV(B)129º35.09%67.06%-
XYZ24.5133.8623.01-
YUV147.25112.62102.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.61%
GREEN value IS 171 (67.19% from 255) = 42.54%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=27.61%
G=42.54%
B=29.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111711200.3500.300.3312926.3255.29
Hex6FAB782301E21811a37
Octal15725317043036412013267
Binary11011111010101111110001000110111101000011000000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,171,120); }

 H1.HeaderClassName
 {
   color: #6FAB78;
 }
 .AnyTagClassName
 {
   color: #6FAB78;
 }
</style>
background-color css

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

 a { background-color: rgb(111,171,120); }

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

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

 span { border-color: rgb(111,171,120); }

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