#699507

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

Shades of Olive Drab #699507

Tints of Olive Drab #699507

Color information

#699507 (or 0x699507) is unknown color: approx Olive Drab. HEX triplet: 69, 95 and 07. RGB value is (105,149,7). Sum of RGB (Red+Green+Blue) = 105+149+7=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #699507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699507 is #966AF8. Grayscale: #787878. Windows color (decimal): -9857785 or 497001. OLE color: 497001.

HSL color Cylindrical-coordinate representation of color #699507: hue angle of 78.59º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #699507 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB1051497-
CMYK0.3000.950.42
HSL78.59º91.03%30.59%-
HSV(B)78.59º95.3%58.43%-
XYZ16.6124.514.06-
YUV119.6664.42117.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.23%
GREEN value IS 149 (58.59% from 255) = 57.09%
BLUE value IS 7 (3.12% from 255) = 2.68%
R=40.23%
G=57.09%
B=2.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10514970.3000.950.4278.5991.0330.59
Hex699571E05F2A4f5b1f
Octal15122573601375211713337
Binary11010011001010111111110010111111010101001111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699507; }

 p { color: rgb(105,149,7); }

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

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

 a { background-color: rgb(105,149,7); }

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

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

 span { border-color: rgb(105,149,7); }

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