#6C7405

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

Shades of Olive #6C7405

Tints of Olive #6C7405

Color information

#6C7405 (or 0x6C7405) is unknown color: approx Olive. HEX triplet: 6C, 74 and 05. RGB value is (108,116,5). Sum of RGB (Red+Green+Blue) = 108+116+5=229 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.16% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #6C7405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7405 is #938BFA. Grayscale: #656565. Windows color (decimal): -9669627 or 357484. OLE color: 357484.

HSL color Cylindrical-coordinate representation of color #6C7405: hue angle of 64.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C7405 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB1081165-
CMYK0.0700.960.55
HSL64.32º91.74%23.73%-
HSV(B)64.32º95.69%45.49%-
XYZ12.4615.692.52-
YUV100.9573.85133.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.16%
GREEN value IS 116 (45.70% from 255) = 50.66%
BLUE value IS 5 (2.34% from 255) = 2.18%
R=47.16%
G=50.66%
B=2.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10811650.0700.960.5564.3291.7423.73
Hex6C745706037405c18
Octal1541645701406710013430
Binary11011001110100101111011000001101111000000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,116,5); }

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

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

 a { background-color: rgb(108,116,5); }

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

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

 span { border-color: rgb(108,116,5); }

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