#698920

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

Shades of Olive Drab #698920

Tints of Olive Drab #698920

Color information

#698920 (or 0x698920) is unknown color: approx Olive Drab. HEX triplet: 69, 89 and 20. RGB value is (105,137,32). Sum of RGB (Red+Green+Blue) = 105+137+32=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #698920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698920 is #9676DF. Grayscale: #737373. Windows color (decimal): -9860832 or 2132329. OLE color: 2132329.

HSL color Cylindrical-coordinate representation of color #698920: hue angle of 78.29º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #698920 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB10513732-
CMYK0.2300.770.46
HSL78.29º62.13%33.14%-
HSV(B)78.29º76.64%53.73%-
XYZ15.03214.63-
YUV115.4680.9120.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.32%
GREEN value IS 137 (53.91% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 11.68%
R=38.32%
G=50%
B=11.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105137320.2300.770.4678.2962.1333.14
Hex6989201704D2E4e3e21
Octal15121140270115561167641
Binary11010011000100110000010111010011011011101001110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698920; }

 p { color: rgb(105,137,32); }

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

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

 a { background-color: rgb(105,137,32); }

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

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

 span { border-color: rgb(105,137,32); }

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