#6F7E04

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

Shades of Olive #6F7E04

Tints of Olive #6F7E04

Color information

#6F7E04 (or 0x6F7E04) is unknown color: approx Olive. HEX triplet: 6F, 7E and 04. RGB value is (111,126,4). Sum of RGB (Red+Green+Blue) = 111+126+4=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #6F7E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7E04 is #9081FB. Grayscale: #6C6C6C. Windows color (decimal): -9470460 or 294511. OLE color: 294511.

HSL color Cylindrical-coordinate representation of color #6F7E04: hue angle of 67.38º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F7E04 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB1111264-
CMYK0.1200.970.51
HSL67.38º93.85%25.49%-
HSV(B)67.38º96.83%49.41%-
XYZ14.0418.312.91-
YUV107.6169.53130.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.06%
GREEN value IS 126 (49.61% from 255) = 52.28%
BLUE value IS 4 (1.95% from 255) = 1.66%
R=46.06%
G=52.28%
B=1.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11112640.1200.970.5167.3893.8525.49
Hex6F7E4C06133435e19
Octal15717641401416310313631
Binary110111111111101001100011000011100111000011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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