Html Css Color HEX #718205 Olive

📋 copy color: '#718205'

red 113 ◦ green 130 ◦ blue 5

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

Shades of Olive #718205

Tints of Olive #718205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.42%

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

R = 45.56%
G = 52.42%
B = 2.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#718205 (or 0x718205) is known color: Olive. HEX triplet: 71, 82 and 05. RGB value is (113,130,5). Sum of RGB (Red+Green+Blue) = 113+130+5=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #718205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718205 is #8E7DFA. Grayscale: #6F6F6F. Windows color (decimal): -9338363 or 361073. OLE color: 361073.

HSL color Cylindrical-coordinate representation of color #718205: hue angle of 68.16º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #718205 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 5 -
CMYK 0.13 0 0.96 0.49
HSL 68.16º 0.93% 0.26% -
HSV(B) 68.16º 0.96% 0.51% -
XYZ 14.82 19.49 3.12 -
YUV 110.67 68.37 129.66 -
System Red Green Blue C M Y K H S L
Decimal 113 130 5 0.13 0 0.96 0.49 68.16 0.93 0.26
Hex 71 82 5 D 0 60 31 44 5D 1A
Octal 161 202 5 15 0 140 61 104 135 32
Binary 1110001 10000010 101 1101 0 1100000 110001 1000100 1011101 11010

Color Harmonies of #718205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718205

Black with #718205

Text Example


Text Example

White with #718205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718205; }

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

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

background-color css

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

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

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

border-color css

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

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

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