#699706

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

Shades of Olive Drab #699706

Tints of Olive Drab #699706

Color information

#699706 (or 0x699706) is unknown color: approx Olive Drab. HEX triplet: 69, 97 and 06. RGB value is (105,151,6). Sum of RGB (Red+Green+Blue) = 105+151+6=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 151 (59.38% from 255 or 57.63% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 151 - color contains mainly: green. Hex color #699706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699706 is #9668F9. Grayscale: #797979. Windows color (decimal): -9857274 or 431977. OLE color: 431977.

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

Color convert

RGB1051516-
CMYK0.3000.960.41
HSL79.03º92.36%30.78%-
HSV(B)79.03º96.03%59.22%-
XYZ16.9325.154.13-
YUV120.7263.26116.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.08%
GREEN value IS 151 (59.38% from 255) = 57.63%
BLUE value IS 6 (2.73% from 255) = 2.29%
R=40.08%
G=57.63%
B=2.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10515160.3000.960.4179.0392.3630.78
Hex699761E060294f5c1f
Octal15122763601405111713437
Binary11010011001011111011110011000001010011001111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699706; }

 p { color: rgb(105,151,6); }

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

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

 a { background-color: rgb(105,151,6); }

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

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

 span { border-color: rgb(105,151,6); }

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