Html Css Color HEX #718B24 Olive Drab

📋 copy color: '#718B24'

red 113 ◦ green 139 ◦ blue 36

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

Shades of Olive Drab #718B24

Tints of Olive Drab #718B24

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.26%

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

R = 39.24%
G = 48.26%
B = 12.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#718B24 (or 0x718B24) is known color: Olive Drab. HEX triplet: 71, 8B and 24. RGB value is (113,139,36). Sum of RGB (Red+Green+Blue) = 113+139+36=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 139 - color contains mainly: green. Hex color #718B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B24 is #8E74DB. Grayscale: #777777. Windows color (decimal): -9336028 or 2394993. OLE color: 2394993.

HSL color Cylindrical-coordinate representation of color #718B24: hue angle of 75.15º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #718B24 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 139 36 -
CMYK 0.19 0 0.74 0.45
HSL 75.15º 0.59% 0.34% -
HSV(B) 75.15º 0.74% 0.55% -
XYZ 16.36 22.1 5.07 -
YUV 119.48 80.89 123.38 -
System Red Green Blue C M Y K H S L
Decimal 113 139 36 0.19 0 0.74 0.45 75.15 0.59 0.34
Hex 71 8B 24 13 0 4A 2D 4B 3B 22
Octal 161 213 44 23 0 112 55 113 73 42
Binary 1110001 10001011 100100 10011 0 1001010 101101 1001011 111011 100010

Color Harmonies of #718B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B24

Black with #718B24

Text Example


Text Example

White with #718B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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