#6C8E1A

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

Shades of Olive Drab #6C8E1A

Tints of Olive Drab #6C8E1A

Color information

#6C8E1A (or 0x6C8E1A) is unknown color: approx Olive Drab. HEX triplet: 6C, 8E and 1A. RGB value is (108,142,26). Sum of RGB (Red+Green+Blue) = 108+142+26=276 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.13% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #6C8E1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8E1A is #9371E5. Grayscale: #777777. Windows color (decimal): -9662950 or 1740396. OLE color: 1740396.

HSL color Cylindrical-coordinate representation of color #6C8E1A: hue angle of 77.59º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C8E1A is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB10814226-
CMYK0.2400.820.44
HSL77.59º69.05%32.94%-
HSV(B)77.59º81.69%55.69%-
XYZ16.0422.614.5-
YUV118.6175.74120.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.13%
GREEN value IS 142 (55.86% from 255) = 51.45%
BLUE value IS 26 (10.55% from 255) = 9.42%
R=39.13%
G=51.45%
B=9.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108142260.2400.820.4477.5969.0532.94
Hex6C8E1A180522C4e4521
Octal154216323001225411610541
Binary11011001000111011010110000101001010110010011101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,142,26); }

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

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

 a { background-color: rgb(108,142,26); }

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

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

 span { border-color: rgb(108,142,26); }

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