#69811D

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

Shades of Olive Drab #69811D

Tints of Olive Drab #69811D

Color information

#69811D (or 0x69811D) is unknown color: approx Olive Drab. HEX triplet: 69, 81 and 1D. RGB value is (105,129,29). Sum of RGB (Red+Green+Blue) = 105+129+29=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #69811D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69811D is #967EE2. Grayscale: #6E6E6E. Windows color (decimal): -9862883 or 1933673. OLE color: 1933673.

HSL color Cylindrical-coordinate representation of color #69811D: hue angle of 74.4º 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 #69811D is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB10512929-
CMYK0.1900.780.49
HSL74.4º63.29%30.98%-
HSV(B)74.4º77.52%50.59%-
XYZ13.918.794.06-
YUV110.4282.05124.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.92%
GREEN value IS 129 (50.78% from 255) = 49.05%
BLUE value IS 29 (11.72% from 255) = 11.03%
R=39.92%
G=49.05%
B=11.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105129290.1900.780.4974.463.2930.98
Hex69811D1304E314a3f1f
Octal15120135230116611127737
Binary110100110000001111011001101001110110001100101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69811D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69811D; }

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

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

<style>
 a { background-color: #69811D; }

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

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

<style>
 span { border-color: #69811D; }

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

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