#698E21

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

Shades of Olive Drab #698E21

Tints of Olive Drab #698E21

Color information

#698E21 (or 0x698E21) is unknown color: approx Olive Drab. HEX triplet: 69, 8E and 21. RGB value is (105,142,33). Sum of RGB (Red+Green+Blue) = 105+142+33=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 142 (55.86% from 255 or 50.71% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 142 - color contains mainly: green. Hex color #698E21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698E21 is #9671DE. Grayscale: #767676. Windows color (decimal): -9859551 or 2199145. OLE color: 2199145.

HSL color Cylindrical-coordinate representation of color #698E21: hue angle of 80.37º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #698E21 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB10514233-
CMYK0.2600.770.44
HSL80.37º62.29%34.31%-
HSV(B)80.37º76.76%55.69%-
XYZ15.7722.464.94-
YUV118.5179.74118.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 142 (55.86% from 255) = 50.71%
BLUE value IS 33 (13.28% from 255) = 11.79%
R=37.5%
G=50.71%
B=11.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105142330.2600.770.4480.3762.2934.31
Hex698E211A04D2C503e22
Octal15121641320115541207642
Binary11010011000111010000111010010011011011001010000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698E21; }

 p { color: rgb(105,142,33); }

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

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

 a { background-color: rgb(105,142,33); }

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

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

 span { border-color: rgb(105,142,33); }

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