Html Css Color HEX #718924 Olive Drab

📋 copy color: '#718924'

red 113 ◦ green 137 ◦ blue 36

#718924
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #718924

Tints of Olive Drab #718924

RGB

 RED value IS 113 (44.53% from 255) = 39.51%

 GREEN value IS 137 (53.91% from 255) = 47.9%

 BLUE value IS 36 (14.45% from 255) = 12.59%

R = 39.51%
G = 47.9%
B = 12.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#718924 (or 0x718924) is known color: Olive Drab. HEX triplet: 71, 89 and 24. RGB value is (113,137,36). Sum of RGB (Red+Green+Blue) = 113+137+36=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #718924 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718924 is #8E76DB. Grayscale: #767676. Windows color (decimal): -9336540 or 2394481. OLE color: 2394481.

HSL color Cylindrical-coordinate representation of color #718924: hue angle of 74.26º 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 #718924 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 36 -
CMYK 0.18 0 0.74 0.46
HSL 74.26º 0.58% 0.34% -
HSV(B) 74.26º 0.74% 0.54% -
XYZ 16.07 21.53 4.98 -
YUV 118.31 81.55 124.21 -
System Red Green Blue C M Y K H S L
Decimal 113 137 36 0.18 0 0.74 0.46 74.26 0.58 0.34
Hex 71 89 24 12 0 4A 2E 4A 3A 22
Octal 161 211 44 22 0 112 56 112 72 42
Binary 1110001 10001001 100100 10010 0 1001010 101110 1001010 111010 100010

Color Harmonies of #718924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718924

Black with #718924

Text Example


Text Example

White with #718924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718924; }

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

 H1.HeaderClassName
 {
   color: #718924;
 }
 .AnyTagClassName
 {
   color: #718924;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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