#6F7804

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

Shades of Olive #6F7804

Tints of Olive #6F7804

Color information

#6F7804 (or 0x6F7804) is unknown color: approx Olive. HEX triplet: 6F, 78 and 04. RGB value is (111,120,4). Sum of RGB (Red+Green+Blue) = 111+120+4=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #6F7804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7804 is #9087FB. Grayscale: #686868. Windows color (decimal): -9471996 or 292975. OLE color: 292975.

HSL color Cylindrical-coordinate representation of color #6F7804: hue angle of 64.66º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F7804 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB1111204-
CMYK0.0800.970.53
HSL64.66º93.55%24.31%-
HSV(B)64.66º96.67%47.06%-
XYZ13.2916.822.66-
YUV104.0871.52132.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.23%
GREEN value IS 120 (47.27% from 255) = 51.06%
BLUE value IS 4 (1.95% from 255) = 1.70%
R=47.23%
G=51.06%
B=1.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11112040.0800.970.5364.6693.5524.31
Hex6F784806135415e18
Octal15717041001416510113630
Binary110111111110001001000011000011101011000001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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