#6C8A21

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

Shades of Olive Drab #6C8A21

Tints of Olive Drab #6C8A21

Color information

#6C8A21 (or 0x6C8A21) is unknown color: approx Olive Drab. HEX triplet: 6C, 8A and 21. RGB value is (108,138,33). Sum of RGB (Red+Green+Blue) = 108+138+33=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8A21 is #9375DE. Grayscale: #757575. Windows color (decimal): -9663967 or 2198124. OLE color: 2198124.

HSL color Cylindrical-coordinate representation of color #6C8A21: hue angle of 77.14º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C8A21 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB10813833-
CMYK0.2200.760.46
HSL77.14º61.4%33.53%-
HSV(B)77.14º76.09%54.12%-
XYZ15.5521.474.76-
YUV117.0680.56121.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.71%
GREEN value IS 138 (54.30% from 255) = 49.46%
BLUE value IS 33 (13.28% from 255) = 11.83%
R=38.71%
G=49.46%
B=11.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108138330.2200.760.4677.1461.433.53
Hex6C8A211604C2E4d3d22
Octal15421241260114561157542
Binary11011001000101010000110110010011001011101001101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,138,33); }

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

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

 a { background-color: rgb(108,138,33); }

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

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

 span { border-color: rgb(108,138,33); }

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