#698A24

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

Shades of Olive Drab #698A24

Tints of Olive Drab #698A24

Color information

#698A24 (or 0x698A24) is unknown color: approx Olive Drab. HEX triplet: 69, 8A and 24. RGB value is (105,138,36). Sum of RGB (Red+Green+Blue) = 105+138+36=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #698A24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698A24 is #9675DB. Grayscale: #747474. Windows color (decimal): -9860572 or 2394729. OLE color: 2394729.

HSL color Cylindrical-coordinate representation of color #698A24: hue angle of 79.41º degrees, saturation: 0.59, 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 #698A24 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB10513836-
CMYK0.2400.740.46
HSL79.41º58.62%34.12%-
HSV(B)79.41º73.91%54.12%-
XYZ15.2321.314.98-
YUV116.582.57119.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 138 (54.30% from 255) = 49.46%
BLUE value IS 36 (14.45% from 255) = 12.90%
R=37.63%
G=49.46%
B=12.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105138360.2400.740.4679.4158.6234.12
Hex698A241804A2E4f3b22
Octal15121244300112561177342
Binary11010011000101010010011000010010101011101001111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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