#6C862C

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

Shades of Olive Drab #6C862C

Tints of Olive Drab #6C862C

Color information

#6C862C (or 0x6C862C) is unknown color: approx Olive Drab. HEX triplet: 6C, 86 and 2C. RGB value is (108,134,44). Sum of RGB (Red+Green+Blue) = 108+134+44=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #6C862C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C862C is #9379D3. Grayscale: #747474. Windows color (decimal): -9664980 or 2917996. OLE color: 2917996.

HSL color Cylindrical-coordinate representation of color #6C862C: hue angle of 77.33º degrees, saturation: 0.51, 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 #6C862C is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB10813444-
CMYK0.1900.670.47
HSL77.33º50.56%34.9%-
HSV(B)77.33º67.16%52.55%-
XYZ15.1620.425.53-
YUV115.9787.39122.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.76%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 44 (17.58% from 255) = 15.38%
R=37.76%
G=46.85%
B=15.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108134440.1900.670.4777.3350.5634.9
Hex6C862C130432F4d3323
Octal15420654230103571156343
Binary11011001000011010110010011010000111011111001101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C862C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,134,44); }

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

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

 a { background-color: rgb(108,134,44); }

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

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

 span { border-color: rgb(108,134,44); }

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