Html Css Color HEX #717413 Olivetone

📋 copy color: '#717413'

red 113 ◦ green 116 ◦ blue 19

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

Shades of Olivetone #717413

Tints of Olivetone #717413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.77%

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 45.56%
G = 46.77%
B = 7.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#717413 (or 0x717413) is known color: Olivetone. HEX triplet: 71, 74 and 13. RGB value is (113,116,19). Sum of RGB (Red+Green+Blue) = 113+116+19=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #717413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717413 is #8E8BEC. Grayscale: #686868. Windows color (decimal): -9341933 or 1274993. OLE color: 1274993.

HSL color Cylindrical-coordinate representation of color #717413: hue angle of 61.86º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #717413 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 116 19 -
CMYK 0.03 0 0.84 0.55
HSL 61.86º 0.72% 0.26% -
HSV(B) 61.86º 0.84% 0.45% -
XYZ 13.17 16.05 3.02 -
YUV 104.05 80.01 134.39 -
System Red Green Blue C M Y K H S L
Decimal 113 116 19 0.03 0 0.84 0.55 61.86 0.72 0.26
Hex 71 74 13 3 0 54 37 3E 48 1A
Octal 161 164 23 3 0 124 67 76 110 32
Binary 1110001 1110100 10011 11 0 1010100 110111 111110 1001000 11010

Color Harmonies of #717413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717413

Black with #717413

Text Example


Text Example

White with #717413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717413; }

 p { color: rgb(113,116,19); }

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

background-color css

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

 a { background-color: rgb(113,116,19); }

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

border-color css

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

 span { border-color: rgb(113,116,19); }

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