#6D6C02

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

Shades of Olive #6D6C02

Tints of Olive #6D6C02

Color information

#6D6C02 (or 0x6D6C02) is unknown color: approx Olive. HEX triplet: 6D, 6C and 02. RGB value is (109,108,2). Sum of RGB (Red+Green+Blue) = 109+108+2=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6C02 is #9293FD. Grayscale: #606060. Windows color (decimal): -9606142 or 158829. OLE color: 158829.

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

Color convert

RGB1091082-
CMYK00.010.980.57
HSL59.44º96.4%21.76%-
HSV(B)59.44º98.17%42.75%-
XYZ11.6813.982.14-
YUV96.2174.83137.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.77%
GREEN value IS 108 (42.58% from 255) = 49.32%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=49.77%
G=49.32%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109108200.010.980.5759.4496.421.76
Hex6D6C20162393b6016
Octal155154201142717314026
Binary1101101110110010011100010111001111011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,108,2); }

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

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

 a { background-color: rgb(109,108,2); }

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

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

 span { border-color: rgb(109,108,2); }

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