#6C881C

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

Shades of Olive Drab #6C881C

Tints of Olive Drab #6C881C

Color information

#6C881C (or 0x6C881C) is unknown color: approx Olive Drab. HEX triplet: 6C, 88 and 1C. RGB value is (108,136,28). Sum of RGB (Red+Green+Blue) = 108+136+28=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #6C881C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C881C is #9377E3. Grayscale: #737373. Windows color (decimal): -9664484 or 1869932. OLE color: 1869932.

HSL color Cylindrical-coordinate representation of color #6C881C: hue angle of 75.56º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C881C is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB10813628-
CMYK0.2100.790.47
HSL75.56º65.85%32.16%-
HSV(B)75.56º79.41%53.33%-
XYZ15.220.884.33-
YUV115.3278.72122.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.71%
GREEN value IS 136 (53.52% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 10.29%
R=39.71%
G=50%
B=10.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108136280.2100.790.4775.5665.8532.16
Hex6C881C1504F2F4c4220
Octal154210342501175711410240
Binary11011001000100011100101010100111110111110011001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C881C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,136,28); }

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

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

 a { background-color: rgb(108,136,28); }

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

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

 span { border-color: rgb(108,136,28); }

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