#6C7604

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

Shades of Olive #6C7604

Tints of Olive #6C7604

Color information

#6C7604 (or 0x6C7604) is unknown color: approx Olive. HEX triplet: 6C, 76 and 04. RGB value is (108,118,4). Sum of RGB (Red+Green+Blue) = 108+118+4=230 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.96% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7604 is #9389FB. Grayscale: #666666. Windows color (decimal): -9669116 or 292460. OLE color: 292460.

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

Color convert

RGB1081184-
CMYK0.0800.970.54
HSL65.26º93.44%23.92%-
HSV(B)65.26º96.61%46.27%-
XYZ12.6816.152.56-
YUV102.0172.69132.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.96%
GREEN value IS 118 (46.48% from 255) = 51.30%
BLUE value IS 4 (1.95% from 255) = 1.74%
R=46.96%
G=51.30%
B=1.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10811840.0800.970.5465.2693.4423.92
Hex6C764806136415d18
Octal15416641001416610113530
Binary110110011101101001000011000011101101000001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,118,4); }

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

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

 a { background-color: rgb(108,118,4); }

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

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

 span { border-color: rgb(108,118,4); }

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