#698F24

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

Shades of Olive Drab #698F24

Tints of Olive Drab #698F24

Color information

#698F24 (or 0x698F24) is unknown color: approx Olive Drab. HEX triplet: 69, 8F and 24. RGB value is (105,143,36). Sum of RGB (Red+Green+Blue) = 105+143+36=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #698F24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698F24 is #9670DB. Grayscale: #777777. Windows color (decimal): -9859292 or 2396009. OLE color: 2396009.

HSL color Cylindrical-coordinate representation of color #698F24: hue angle of 81.31º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #698F24 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB10514336-
CMYK0.2700.750.44
HSL81.31º59.78%35.1%-
HSV(B)81.31º74.83%56.08%-
XYZ15.9722.785.22-
YUV119.4480.91117.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 143 (56.25% from 255) = 50.35%
BLUE value IS 36 (14.45% from 255) = 12.68%
R=36.97%
G=50.35%
B=12.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105143360.2700.750.4481.3159.7835.1
Hex698F241B04B2C513c23
Octal15121744330113541217443
Binary11010011000111110010011011010010111011001010001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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