Html Css Color HEX #716917 Olivetone

📋 copy color: '#716917'

red 113 ◦ green 105 ◦ blue 23

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

Shades of Olivetone #716917

Tints of Olivetone #716917

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.57%

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

R = 46.89%
G = 43.57%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#716917 (or 0x716917) is known color: Olivetone. HEX triplet: 71, 69 and 17. RGB value is (113,105,23). Sum of RGB (Red+Green+Blue) = 113+105+23=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #716917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716917 is #8E96E8. Grayscale: #626262. Windows color (decimal): -9344745 or 1534321. OLE color: 1534321.

HSL color Cylindrical-coordinate representation of color #716917: hue angle of 54.67º 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 #716917 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 105 23 -
CMYK 0 0.07 0.80 0.56
HSL 54.67º 0.66% 0.27% -
HSV(B) 54.67º 0.8% 0.44% -
XYZ 12.02 13.68 2.82 -
YUV 98.04 85.65 138.67 -
System Red Green Blue C M Y K H S L
Decimal 113 105 23 0 0.07 0.80 0.56 54.67 0.66 0.27
Hex 71 69 17 0 7 50 38 37 42 1B
Octal 161 151 27 0 7 120 70 67 102 33
Binary 1110001 1101001 10111 0 111 1010000 111000 110111 1000010 11011

Color Harmonies of #716917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716917

Black with #716917

Text Example


Text Example

White with #716917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716917; }

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

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

background-color css

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

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

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

border-color css

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

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

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