#6B811C

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

Shades of Olive Drab #6B811C

Tints of Olive Drab #6B811C

Color information

#6B811C (or 0x6B811C) is unknown color: approx Olive Drab. HEX triplet: 6B, 81 and 1C. RGB value is (107,129,28). Sum of RGB (Red+Green+Blue) = 107+129+28=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #6B811C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B811C is #947EE3. Grayscale: #6F6F6F. Windows color (decimal): -9731812 or 1868139. OLE color: 1868139.

HSL color Cylindrical-coordinate representation of color #6B811C: hue angle of 73.07º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B811C is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB10712928-
CMYK0.1700.780.49
HSL73.07º64.33%30.78%-
HSV(B)73.07º78.29%50.59%-
XYZ14.1218.914-
YUV110.9181.21125.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.53%
GREEN value IS 129 (50.78% from 255) = 48.86%
BLUE value IS 28 (11.33% from 255) = 10.61%
R=40.53%
G=48.86%
B=10.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107129280.1700.780.4973.0764.3330.78
Hex6B811C1104E3149401f
Octal153201342101166111110037
Binary1101011100000011110010001010011101100011001001100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B811C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,129,28); }

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

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

 a { background-color: rgb(107,129,28); }

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

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

 span { border-color: rgb(107,129,28); }

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