#69861E

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

Shades of Olive Drab #69861E

Tints of Olive Drab #69861E

Color information

#69861E (or 0x69861E) is unknown color: approx Olive Drab. HEX triplet: 69, 86 and 1E. RGB value is (105,134,30). Sum of RGB (Red+Green+Blue) = 105+134+30=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #69861E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69861E is #9679E1. Grayscale: #717171. Windows color (decimal): -9861602 or 2000489. OLE color: 2000489.

HSL color Cylindrical-coordinate representation of color #69861E: hue angle of 76.73º degrees, saturation: 0.63, 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 #69861E is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB10513430-
CMYK0.2200.780.47
HSL76.73º63.41%32.16%-
HSV(B)76.73º77.61%52.55%-
XYZ14.5920.154.35-
YUV113.4780.89121.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 134 (52.73% from 255) = 49.81%
BLUE value IS 30 (12.11% from 255) = 11.15%
R=39.03%
G=49.81%
B=11.15%

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
Decimal105134300.2200.780.4776.7363.4132.16
Hex69861E1604E2F4d3f20
Octal15120636260116571157740
Binary1101001100001101111010110010011101011111001101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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