#6c6e04

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

Shades of Olive #6C6E04

Tints of Olive #6C6E04

Color information

#6C6E04 (or 0x6C6E04) is unknown color: approx Olive. HEX triplet: 6C, 6E and 04. RGB value is (108,110,4). Sum of RGB (Red+Green+Blue) = 108+110+4=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #6C6E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6E04 is #9391FB. Grayscale: #616161. Windows color (decimal): -9671164 or 290412. OLE color: 290412.

HSL color Cylindrical-coordinate representation of color #6C6E04: hue angle of 61.13º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C6E04 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB1081104-
CMYK0.0200.960.57
HSL61.13º92.98%22.35%-
HSV(B)61.13º96.36%43.14%-
XYZ11.7814.352.26-
YUV97.3275.34135.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.65%
GREEN value IS 110 (43.36% from 255) = 49.55%
BLUE value IS 4 (1.95% from 255) = 1.80%
R=48.65%
G=49.55%
B=1.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10811040.0200.960.5761.1392.9822.35
Hex6C6E42060393d5d16
Octal154156420140717513526
Binary110110011011101001001100000111001111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c6e04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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