Html Css Color HEX #718005 Olive

📋 copy color: '#718005'

red 113 ◦ green 128 ◦ blue 5

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

Shades of Olive #718005

Tints of Olive #718005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.03%

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

R = 45.93%
G = 52.03%
B = 2.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#718005 (or 0x718005) is known color: Olive. HEX triplet: 71, 80 and 05. RGB value is (113,128,5). Sum of RGB (Red+Green+Blue) = 113+128+5=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #718005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718005 is #8E7FFA. Grayscale: #6D6D6D. Windows color (decimal): -9338875 or 360561. OLE color: 360561.

HSL color Cylindrical-coordinate representation of color #718005: hue angle of 67.32º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #718005 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 128 5 -
CMYK 0.12 0 0.96 0.50
HSL 67.32º 0.92% 0.26% -
HSV(B) 67.32º 0.96% 0.5% -
XYZ 14.56 18.96 3.04 -
YUV 109.49 69.03 130.5 -
System Red Green Blue C M Y K H S L
Decimal 113 128 5 0.12 0 0.96 0.50 67.32 0.92 0.26
Hex 71 80 5 C 0 60 32 43 5C 1A
Octal 161 200 5 14 0 140 62 103 134 32
Binary 1110001 10000000 101 1100 0 1100000 110010 1000011 1011100 11010

Color Harmonies of #718005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718005

Black with #718005

Text Example


Text Example

White with #718005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718005; }

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

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

background-color css

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

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

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

border-color css

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

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

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