Html Css Color HEX #718802 Olive

📋 copy color: '#718802'

red 113 ◦ green 136 ◦ blue 2

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

Shades of Olive #718802

Tints of Olive #718802

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.18%

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 45.02%
G = 54.18%
B = 0.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#718802 (or 0x718802) is known color: Olive. HEX triplet: 71, 88 and 02. RGB value is (113,136,2). Sum of RGB (Red+Green+Blue) = 113+136+2=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #718802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718802 is #8E77FD. Grayscale: #727272. Windows color (decimal): -9336830 or 166001. OLE color: 166001.

HSL color Cylindrical-coordinate representation of color #718802: hue angle of 70.3º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #718802 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 136 2 -
CMYK 0.17 0 0.99 0.47
HSL 70.3º 0.97% 0.27% -
HSV(B) 70.3º 0.99% 0.53% -
XYZ 15.63 21.12 3.31 -
YUV 113.85 64.88 127.4 -
System Red Green Blue C M Y K H S L
Decimal 113 136 2 0.17 0 0.99 0.47 70.3 0.97 0.27
Hex 71 88 2 11 0 63 2F 46 61 1B
Octal 161 210 2 21 0 143 57 106 141 33
Binary 1110001 10001000 10 10001 0 1100011 101111 1000110 1100001 11011

Color Harmonies of #718802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718802

Black with #718802

Text Example


Text Example

White with #718802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718802; }

 p { color: rgb(113,136,2); }

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

background-color css

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

 a { background-color: rgb(113,136,2); }

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

border-color css

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

 span { border-color: rgb(113,136,2); }

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