#6B811D

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

Shades of Olive Drab #6B811D

Tints of Olive Drab #6B811D

Color information

#6B811D (or 0x6B811D) is unknown color: approx Olive Drab. HEX triplet: 6B, 81 and 1D. RGB value is (107,129,29). Sum of RGB (Red+Green+Blue) = 107+129+29=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #6B811D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B811D is #947EE2. Grayscale: #6F6F6F. Windows color (decimal): -9731811 or 1933675. OLE color: 1933675.

HSL color Cylindrical-coordinate representation of color #6B811D: hue angle of 73.2º degrees, saturation: 0.63, 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 #6B811D is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB10712929-
CMYK0.1700.780.49
HSL73.2º63.29%30.98%-
HSV(B)73.2º77.52%50.59%-
XYZ14.1418.924.07-
YUV111.0281.71125.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.38%
GREEN value IS 129 (50.78% from 255) = 48.68%
BLUE value IS 29 (11.72% from 255) = 10.94%
R=40.38%
G=48.68%
B=10.94%

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
Decimal107129290.1700.780.4973.263.2930.98
Hex6B811D1104E31493f1f
Octal15320135210116611117737
Binary110101110000001111011000101001110110001100100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B811D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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