#6C832D

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

Shades of Olive Drab #6C832D

Tints of Olive Drab #6C832D

Color information

#6C832D (or 0x6C832D) is unknown color: approx Olive Drab. HEX triplet: 6C, 83 and 2D. RGB value is (108,131,45). Sum of RGB (Red+Green+Blue) = 108+131+45=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #6C832D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C832D is #937CD2. Grayscale: #727272. Windows color (decimal): -9665747 or 2982764. OLE color: 2982764.

HSL color Cylindrical-coordinate representation of color #6C832D: hue angle of 76.05º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C832D is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB10813145-
CMYK0.1800.660.49
HSL76.05º48.86%34.51%-
HSV(B)76.05º65.65%51.37%-
XYZ14.7719.615.49-
YUV114.3288.88123.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.03%
GREEN value IS 131 (51.56% from 255) = 46.13%
BLUE value IS 45 (17.97% from 255) = 15.85%
R=38.03%
G=46.13%
B=15.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108131450.1800.660.4976.0548.8634.51
Hex6C832D12042314c3123
Octal15420355220102611146143
Binary11011001000001110110110010010000101100011001100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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