#698637

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

Shades of Olive Drab #698637

Tints of Olive Drab #698637

Color information

#698637 (or 0x698637) is unknown color: approx Olive Drab. HEX triplet: 69, 86 and 37. RGB value is (105,134,55). Sum of RGB (Red+Green+Blue) = 105+134+55=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #698637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698637 is #9679C8. Grayscale: #747474. Windows color (decimal): -9861577 or 3638889. OLE color: 3638889.

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

Color convert

RGB10513455-
CMYK0.2200.590.47
HSL82.03º41.8%37.06%-
HSV(B)82.03º58.96%52.55%-
XYZ15.0420.336.75-
YUV116.3293.39119.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 134 (52.73% from 255) = 45.58%
BLUE value IS 55 (21.88% from 255) = 18.71%
R=35.71%
G=45.58%
B=18.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105134550.2200.590.4782.0341.837.06
Hex6986371603B2F522a25
Octal1512066726073571225245
Binary1101001100001101101111011001110111011111010010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698637; }

 p { color: rgb(105,134,55); }

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

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

 a { background-color: rgb(105,134,55); }

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

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

 span { border-color: rgb(105,134,55); }

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