#69960E

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

Shades of Olive Drab #69960E

Tints of Olive Drab #69960E

Color information

#69960E (or 0x69960E) is unknown color: approx Olive Drab. HEX triplet: 69, 96 and 0E. RGB value is (105,150,14). Sum of RGB (Red+Green+Blue) = 105+150+14=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #69960E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69960E is #9669F1. Grayscale: #797979. Windows color (decimal): -9857522 or 956009. OLE color: 956009.

HSL color Cylindrical-coordinate representation of color #69960E: hue angle of 79.85º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69960E is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB10515014-
CMYK0.3000.910.41
HSL79.85º82.93%32.16%-
HSV(B)79.85º90.67%58.82%-
XYZ16.8124.854.33-
YUV121.0467.59116.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 150 (58.98% from 255) = 55.76%
BLUE value IS 14 (5.86% from 255) = 5.20%
R=39.03%
G=55.76%
B=5.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105150140.3000.910.4179.8582.9332.16
Hex6996E1E05B29505320
Octal151226163601335112012340
Binary1101001100101101110111100101101110100110100001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,150,14); }

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

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

 a { background-color: rgb(105,150,14); }

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

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

 span { border-color: rgb(105,150,14); }

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