#699009

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

Shades of Olive Drab #699009

Tints of Olive Drab #699009

Color information

#699009 (or 0x699009) is unknown color: approx Olive Drab. HEX triplet: 69, 90 and 09. RGB value is (105,144,9). Sum of RGB (Red+Green+Blue) = 105+144+9=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 144 (56.64% from 255 or 55.81% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 144 - color contains mainly: green. Hex color #699009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699009 is #966FF6. Grayscale: #757575. Windows color (decimal): -9859063 or 626793. OLE color: 626793.

HSL color Cylindrical-coordinate representation of color #699009: hue angle of 77.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #699009 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1051449-
CMYK0.2700.940.44
HSL77.33º88.24%30%-
HSV(B)77.33º93.75%56.47%-
XYZ15.8522.973.86-
YUV116.9567.08119.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 144 (56.64% from 255) = 55.81%
BLUE value IS 9 (3.91% from 255) = 3.49%
R=40.70%
G=55.81%
B=3.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10514490.2700.940.4477.3388.2430
Hex699091B05E2C4d581e
Octal151220113301365411513036
Binary110100110010000100111011010111101011001001101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699009; }

 p { color: rgb(105,144,9); }

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

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

 a { background-color: rgb(105,144,9); }

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

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

 span { border-color: rgb(105,144,9); }

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