Html Css Color HEX #717317 Olivetone

📋 copy color: '#717317'

red 113 ◦ green 115 ◦ blue 23

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

Shades of Olivetone #717317

Tints of Olivetone #717317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.16%

R = 45.02%
G = 45.82%
B = 9.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#717317 (or 0x717317) is known color: Olivetone. HEX triplet: 71, 73 and 17. RGB value is (113,115,23). Sum of RGB (Red+Green+Blue) = 113+115+23=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #717317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717317 is #8E8CE8. Grayscale: #686868. Windows color (decimal): -9342185 or 1536881. OLE color: 1536881.

HSL color Cylindrical-coordinate representation of color #717317: hue angle of 61.3º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #717317 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 115 23 -
CMYK 0.02 0 0.80 0.55
HSL 61.3º 0.67% 0.27% -
HSV(B) 61.3º 0.8% 0.45% -
XYZ 13.1 15.83 3.18 -
YUV 103.91 82.34 134.48 -
System Red Green Blue C M Y K H S L
Decimal 113 115 23 0.02 0 0.80 0.55 61.3 0.67 0.27
Hex 71 73 17 2 0 50 37 3D 43 1B
Octal 161 163 27 2 0 120 67 75 103 33
Binary 1110001 1110011 10111 10 0 1010000 110111 111101 1000011 11011

Color Harmonies of #717317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717317

Black with #717317

Text Example


Text Example

White with #717317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717317; }

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

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

background-color css

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

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

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

border-color css

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

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

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