Html Css Color HEX #718A17 Olive Drab

📋 copy color: '#718A17'

red 113 ◦ green 138 ◦ blue 23

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

Shades of Olive Drab #718A17

Tints of Olive Drab #718A17

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.36%

 BLUE value IS 23 (9.38% from 255) = 8.39%

R = 41.24%
G = 50.36%
B = 8.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#718A17 (or 0x718A17) is known color: Olive Drab. HEX triplet: 71, 8A and 17. RGB value is (113,138,23). Sum of RGB (Red+Green+Blue) = 113+138+23=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 138 (54.30% from 255 or 50.36% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 138 - color contains mainly: green. Hex color #718A17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718A17 is #8E75E8. Grayscale: #757575. Windows color (decimal): -9336297 or 1542769. OLE color: 1542769.

HSL color Cylindrical-coordinate representation of color #718A17: hue angle of 73.04º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #718A17 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 138 23 -
CMYK 0.18 0 0.83 0.46
HSL 73.04º 0.71% 0.32% -
HSV(B) 73.04º 0.83% 0.54% -
XYZ 16.05 21.75 4.16 -
YUV 117.42 74.72 124.85 -
System Red Green Blue C M Y K H S L
Decimal 113 138 23 0.18 0 0.83 0.46 73.04 0.71 0.32
Hex 71 8A 17 12 0 53 2E 49 47 20
Octal 161 212 27 22 0 123 56 111 107 40
Binary 1110001 10001010 10111 10010 0 1010011 101110 1001001 1000111 100000

Color Harmonies of #718A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A17

Black with #718A17

Text Example


Text Example

White with #718A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,138,23); }

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

background-color css

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

 a { background-color: rgb(113,138,23); }

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

border-color css

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

 span { border-color: rgb(113,138,23); }

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