#699605

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

Shades of Olive Drab #699605

Tints of Olive Drab #699605

Color information

#699605 (or 0x699605) is unknown color: approx Olive Drab. HEX triplet: 69, 96 and 05. RGB value is (105,150,5). Sum of RGB (Red+Green+Blue) = 105+150+5=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #699605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699605 is #9669FA. Grayscale: #787878. Windows color (decimal): -9857531 or 366185. OLE color: 366185.

HSL color Cylindrical-coordinate representation of color #699605: hue angle of 78.62º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #699605 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB1051505-
CMYK0.3000.970.41
HSL78.62º93.55%30.39%-
HSV(B)78.62º96.67%58.82%-
XYZ16.7624.834.05-
YUV120.0163.09117.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 150 (58.98% from 255) = 57.69%
BLUE value IS 5 (2.34% from 255) = 1.92%
R=40.38%
G=57.69%
B=1.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10515050.3000.970.4178.6293.5530.39
Hex699651E061294f5e1e
Octal15122653601415111713636
Binary11010011001011010111110011000011010011001111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699605; }

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

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

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

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

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

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

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

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