Html Css Color HEX #718805 Olive

📋 copy color: '#718805'

red 113 ◦ green 136 ◦ blue 5

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

Shades of Olive #718805

Tints of Olive #718805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.97%

R = 44.49%
G = 53.54%
B = 1.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#718805 (or 0x718805) is known color: Olive. HEX triplet: 71, 88 and 05. RGB value is (113,136,5). Sum of RGB (Red+Green+Blue) = 113+136+5=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #718805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718805 is #8E77FA. Grayscale: #727272. Windows color (decimal): -9336827 or 362609. OLE color: 362609.

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

Color convert

RGB 113 136 5 -
CMYK 0.17 0 0.96 0.47
HSL 70.53º 0.93% 0.28% -
HSV(B) 70.53º 0.96% 0.53% -
XYZ 15.64 21.13 3.4 -
YUV 114.19 66.38 127.15 -
System Red Green Blue C M Y K H S L
Decimal 113 136 5 0.17 0 0.96 0.47 70.53 0.93 0.28
Hex 71 88 5 11 0 60 2F 47 5D 1C
Octal 161 210 5 21 0 140 57 107 135 34
Binary 1110001 10001000 101 10001 0 1100000 101111 1000111 1011101 11100

Color Harmonies of #718805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718805

Black with #718805

Text Example


Text Example

White with #718805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718805; }

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

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

background-color css

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

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

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

border-color css

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

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

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