#698717

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

Shades of Olive Drab #698717

Tints of Olive Drab #698717

Color information

#698717 (or 0x698717) is unknown color: approx Olive Drab. HEX triplet: 69, 87 and 17. RGB value is (105,135,23). Sum of RGB (Red+Green+Blue) = 105+135+23=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #698717 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698717 is #9678E8. Grayscale: #717171. Windows color (decimal): -9861353 or 1541993. OLE color: 1541993.

HSL color Cylindrical-coordinate representation of color #698717: hue angle of 76.07º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #698717 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB10513523-
CMYK0.2200.830.47
HSL76.07º70.89%30.98%-
HSV(B)76.07º82.96%52.94%-
XYZ14.6420.393.98-
YUV113.2677.06122.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.92%
GREEN value IS 135 (53.12% from 255) = 51.33%
BLUE value IS 23 (9.38% from 255) = 8.75%
R=39.92%
G=51.33%
B=8.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135230.2200.830.4776.0770.8930.98
Hex698717160532F4c471f
Octal151207272601235711410737
Binary1101001100001111011110110010100111011111001100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698717; }

 p { color: rgb(105,135,23); }

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

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

 a { background-color: rgb(105,135,23); }

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

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

 span { border-color: rgb(105,135,23); }

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