Html Css Color HEX #717610 Olive

📋 copy color: '#717610'

red 113 ◦ green 118 ◦ blue 16

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

Shades of Olive #717610

Tints of Olive #717610

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.77%

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

R = 45.75%
G = 47.77%
B = 6.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#717610 (or 0x717610) is known color: Olive. HEX triplet: 71, 76 and 10. RGB value is (113,118,16). Sum of RGB (Red+Green+Blue) = 113+118+16=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #717610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717610 is #8E89EF. Grayscale: #696969. Windows color (decimal): -9341424 or 1078897. OLE color: 1078897.

HSL color Cylindrical-coordinate representation of color #717610: hue angle of 62.94º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #717610 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 16 -
CMYK 0.04 0 0.86 0.54
HSL 62.94º 0.76% 0.26% -
HSV(B) 62.94º 0.86% 0.46% -
XYZ 13.38 16.5 2.97 -
YUV 104.88 77.84 133.79 -
System Red Green Blue C M Y K H S L
Decimal 113 118 16 0.04 0 0.86 0.54 62.94 0.76 0.26
Hex 71 76 10 4 0 56 36 3F 4C 1A
Octal 161 166 20 4 0 126 66 77 114 32
Binary 1110001 1110110 10000 100 0 1010110 110110 111111 1001100 11010

Color Harmonies of #717610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717610

Black with #717610

Text Example


Text Example

White with #717610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717610; }

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

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

background-color css

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

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

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

border-color css

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

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

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