Html Css Color HEX #718705 Olive

📋 copy color: '#718705'

red 113 ◦ green 135 ◦ blue 5

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

Shades of Olive #718705

Tints of Olive #718705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.36%

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

R = 44.66%
G = 53.36%
B = 1.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#718705 (or 0x718705) is known color: Olive. HEX triplet: 71, 87 and 05. RGB value is (113,135,5). Sum of RGB (Red+Green+Blue) = 113+135+5=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #718705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718705 is #8E78FA. Grayscale: #727272. Windows color (decimal): -9337083 or 362353. OLE color: 362353.

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

Color convert

RGB 113 135 5 -
CMYK 0.16 0 0.96 0.47
HSL 70.15º 0.93% 0.27% -
HSV(B) 70.15º 0.96% 0.53% -
XYZ 15.5 20.85 3.35 -
YUV 113.6 66.71 127.57 -
System Red Green Blue C M Y K H S L
Decimal 113 135 5 0.16 0 0.96 0.47 70.15 0.93 0.27
Hex 71 87 5 10 0 60 2F 46 5D 1B
Octal 161 207 5 20 0 140 57 106 135 33
Binary 1110001 10000111 101 10000 0 1100000 101111 1000110 1011101 11011

Color Harmonies of #718705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718705

Black with #718705

Text Example


Text Example

White with #718705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718705; }

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

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

background-color css

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

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

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

border-color css

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

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

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