#698924

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

Shades of Olive Drab #698924

Tints of Olive Drab #698924

Color information

#698924 (or 0x698924) is unknown color: approx Olive Drab. HEX triplet: 69, 89 and 24. RGB value is (105,137,36). Sum of RGB (Red+Green+Blue) = 105+137+36=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #698924 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698924 is #9676DB. Grayscale: #747474. Windows color (decimal): -9860828 or 2394473. OLE color: 2394473.

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

Color convert

RGB10513736-
CMYK0.2300.740.46
HSL79.01º58.38%33.92%-
HSV(B)79.01º73.72%53.73%-
XYZ15.0921.024.93-
YUV115.9282.9120.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.77%
GREEN value IS 137 (53.91% from 255) = 49.28%
BLUE value IS 36 (14.45% from 255) = 12.95%
R=37.77%
G=49.28%
B=12.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105137360.2300.740.4679.0158.3833.92
Hex6989241704A2E4f3a22
Octal15121144270112561177242
Binary11010011000100110010010111010010101011101001111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698924; }

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

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

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

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

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

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

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

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