Html Css Color HEX #718010 Olive

📋 copy color: '#718010'

red 113 ◦ green 128 ◦ blue 16

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

Shades of Olive #718010

Tints of Olive #718010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.23%

R = 43.97%
G = 49.81%
B = 6.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#718010 (or 0x718010) is known color: Olive. HEX triplet: 71, 80 and 10. RGB value is (113,128,16). Sum of RGB (Red+Green+Blue) = 113+128+16=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #718010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718010 is #8E7FEF. Grayscale: #6F6F6F. Windows color (decimal): -9338864 or 1081457. OLE color: 1081457.

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

Color convert

RGB 113 128 16 -
CMYK 0.12 0 0.88 0.50
HSL 68.04º 0.78% 0.28% -
HSV(B) 68.04º 0.88% 0.5% -
XYZ 14.62 18.99 3.38 -
YUV 110.75 74.53 129.61 -
System Red Green Blue C M Y K H S L
Decimal 113 128 16 0.12 0 0.88 0.50 68.04 0.78 0.28
Hex 71 80 10 C 0 58 32 44 4E 1C
Octal 161 200 20 14 0 130 62 104 116 34
Binary 1110001 10000000 10000 1100 0 1011000 110010 1000100 1001110 11100

Color Harmonies of #718010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718010

Black with #718010

Text Example


Text Example

White with #718010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718010; }

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

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

background-color css

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

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

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

border-color css

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

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

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