#6C8F1C

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

Shades of Olive Drab #6C8F1C

Tints of Olive Drab #6C8F1C

Color information

#6C8F1C (or 0x6C8F1C) is unknown color: approx Olive Drab. HEX triplet: 6C, 8F and 1C. RGB value is (108,143,28). Sum of RGB (Red+Green+Blue) = 108+143+28=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #6C8F1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8F1C is #9370E3. Grayscale: #777777. Windows color (decimal): -9662692 or 1871724. OLE color: 1871724.

HSL color Cylindrical-coordinate representation of color #6C8F1C: hue angle of 78.26º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C8F1C is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB10814328-
CMYK0.2400.800.44
HSL78.26º67.25%33.53%-
HSV(B)78.26º80.42%56.08%-
XYZ16.2222.924.67-
YUV119.4276.4119.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.71%
GREEN value IS 143 (56.25% from 255) = 51.25%
BLUE value IS 28 (11.33% from 255) = 10.04%
R=38.71%
G=51.25%
B=10.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108143280.2400.800.4478.2667.2533.53
Hex6C8F1C180502C4e4322
Octal154217343001205411610342
Binary11011001000111111100110000101000010110010011101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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