Html Css Color HEX #717017 Olivetone

📋 copy color: '#717017'

red 113 ◦ green 112 ◦ blue 23

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

Shades of Olivetone #717017

Tints of Olivetone #717017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.16%

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

R = 45.56%
G = 45.16%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#717017 (or 0x717017) is known color: Olivetone. HEX triplet: 71, 70 and 17. RGB value is (113,112,23). Sum of RGB (Red+Green+Blue) = 113+112+23=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #717017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717017 is #8E8FE8. Grayscale: #666666. Windows color (decimal): -9342953 or 1536113. OLE color: 1536113.

HSL color Cylindrical-coordinate representation of color #717017: hue angle of 59.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #717017 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 23 -
CMYK 0 0.01 0.80 0.56
HSL 59.33º 0.66% 0.27% -
HSV(B) 59.33º 0.8% 0.44% -
XYZ 12.76 15.16 3.06 -
YUV 102.15 83.33 135.74 -
System Red Green Blue C M Y K H S L
Decimal 113 112 23 0 0.01 0.80 0.56 59.33 0.66 0.27
Hex 71 70 17 0 1 50 38 3B 42 1B
Octal 161 160 27 0 1 120 70 73 102 33
Binary 1110001 1110000 10111 0 1 1010000 111000 111011 1000010 11011

Color Harmonies of #717017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717017

Black with #717017

Text Example


Text Example

White with #717017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717017; }

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

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

background-color css

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

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

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

border-color css

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

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

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