Html Css Color HEX #717313 Olivetone

📋 copy color: '#717313'

red 113 ◦ green 115 ◦ blue 19

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

Shades of Olivetone #717313

Tints of Olivetone #717313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.56%

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

R = 45.75%
G = 46.56%
B = 7.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#717313 (or 0x717313) is known color: Olivetone. HEX triplet: 71, 73 and 13. RGB value is (113,115,19). Sum of RGB (Red+Green+Blue) = 113+115+19=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #717313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717313 is #8E8CEC. Grayscale: #676767. Windows color (decimal): -9342189 or 1274737. OLE color: 1274737.

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

Color convert

RGB 113 115 19 -
CMYK 0.02 0 0.83 0.55
HSL 61.25º 0.72% 0.26% -
HSV(B) 61.25º 0.83% 0.45% -
XYZ 13.06 15.82 2.98 -
YUV 103.46 80.34 134.81 -
System Red Green Blue C M Y K H S L
Decimal 113 115 19 0.02 0 0.83 0.55 61.25 0.72 0.26
Hex 71 73 13 2 0 53 37 3D 48 1A
Octal 161 163 23 2 0 123 67 75 110 32
Binary 1110001 1110011 10011 10 0 1010011 110111 111101 1001000 11010

Color Harmonies of #717313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717313

Black with #717313

Text Example


Text Example

White with #717313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717313; }

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

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

background-color css

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

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

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

border-color css

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

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

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