#6C882D

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

Shades of Olive Drab #6C882D

Tints of Olive Drab #6C882D

Color information

#6C882D (or 0x6C882D) is unknown color: approx Olive Drab. HEX triplet: 6C, 88 and 2D. RGB value is (108,136,45). Sum of RGB (Red+Green+Blue) = 108+136+45=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #6C882D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C882D is #9377D2. Grayscale: #757575. Windows color (decimal): -9664467 or 2984044. OLE color: 2984044.

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

Color convert

RGB10813645-
CMYK0.2100.670.47
HSL78.46º50.28%35.49%-
HSV(B)78.46º66.91%53.33%-
XYZ15.4620.995.72-
YUV117.2587.22121.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.37%
GREEN value IS 136 (53.52% from 255) = 47.06%
BLUE value IS 45 (17.97% from 255) = 15.57%
R=37.37%
G=47.06%
B=15.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108136450.2100.670.4778.4650.2835.49
Hex6C882D150432F4e3223
Octal15421055250103571166243
Binary11011001000100010110110101010000111011111001110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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