#6C8A27

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

Shades of Olive Drab #6C8A27

Tints of Olive Drab #6C8A27

Color information

#6C8A27 (or 0x6C8A27) is unknown color: approx Olive Drab. HEX triplet: 6C, 8A and 27. RGB value is (108,138,39). Sum of RGB (Red+Green+Blue) = 108+138+39=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8A27 is #9375D8. Grayscale: #767676. Windows color (decimal): -9663961 or 2591340. OLE color: 2591340.

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

Color convert

RGB10813839-
CMYK0.2200.720.46
HSL78.18º55.93%34.71%-
HSV(B)78.18º71.74%54.12%-
XYZ15.6421.515.25-
YUV117.7483.56121.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.89%
GREEN value IS 138 (54.30% from 255) = 48.42%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=37.89%
G=48.42%
B=13.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108138390.2200.720.4678.1855.9334.71
Hex6C8A27160482E4e3823
Octal15421247260110561167043
Binary11011001000101010011110110010010001011101001110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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