#699710

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

Shades of Olive Drab #699710

Tints of Olive Drab #699710

Color information

#699710 (or 0x699710) is unknown color: approx Olive Drab. HEX triplet: 69, 97 and 10. RGB value is (105,151,16). Sum of RGB (Red+Green+Blue) = 105+151+16=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #699710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699710 is #9668EF. Grayscale: #7A7A7A. Windows color (decimal): -9857264 or 1087337. OLE color: 1087337.

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

Color convert

RGB10515116-
CMYK0.3000.890.41
HSL80.44º80.84%32.75%-
HSV(B)80.44º89.4%59.22%-
XYZ16.9925.174.45-
YUV121.8668.26115.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.60%
GREEN value IS 151 (59.38% from 255) = 55.51%
BLUE value IS 16 (6.64% from 255) = 5.88%
R=38.60%
G=55.51%
B=5.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105151160.3000.890.4180.4480.8432.75
Hex6997101E05929505121
Octal151227203601315112012141
Binary11010011001011110000111100101100110100110100001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699710; }

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

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

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

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

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

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

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

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