#69861D

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

Shades of Olive Drab #69861D

Tints of Olive Drab #69861D

Color information

#69861D (or 0x69861D) is unknown color: approx Olive Drab. HEX triplet: 69, 86 and 1D. RGB value is (105,134,29). Sum of RGB (Red+Green+Blue) = 105+134+29=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #69861D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69861D is #9679E2. Grayscale: #717171. Windows color (decimal): -9861603 or 1934953. OLE color: 1934953.

HSL color Cylindrical-coordinate representation of color #69861D: hue angle of 76.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69861D is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB10513429-
CMYK0.2200.780.47
HSL76.57º64.42%31.96%-
HSV(B)76.57º78.36%52.55%-
XYZ14.5720.144.28-
YUV113.3680.39122.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 134 (52.73% from 255) = 50%
BLUE value IS 29 (11.72% from 255) = 10.82%
R=39.18%
G=50%
B=10.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105134290.2200.780.4776.5764.4231.96
Hex69861D1604E2F4d4020
Octal151206352601165711510040
Binary11010011000011011101101100100111010111110011011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69861D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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