Html Css Color HEX #716F17 Olivetone

📋 copy color: '#716F17'

red 113 ◦ green 111 ◦ blue 23

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

Shades of Olivetone #716F17

Tints of Olivetone #716F17

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.94%

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

R = 45.75%
G = 44.94%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#716F17 (or 0x716F17) is known color: Olivetone. HEX triplet: 71, 6F and 17. RGB value is (113,111,23). Sum of RGB (Red+Green+Blue) = 113+111+23=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #716F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716F17 is #8E90E8. Grayscale: #656565. Windows color (decimal): -9343209 or 1535857. OLE color: 1535857.

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

Color convert

RGB 113 111 23 -
CMYK 0 0.02 0.80 0.56
HSL 58.67º 0.66% 0.27% -
HSV(B) 58.67º 0.8% 0.44% -
XYZ 12.65 14.94 3.03 -
YUV 101.57 83.66 136.16 -
System Red Green Blue C M Y K H S L
Decimal 113 111 23 0 0.02 0.80 0.56 58.67 0.66 0.27
Hex 71 6F 17 0 2 50 38 3B 42 1B
Octal 161 157 27 0 2 120 70 73 102 33
Binary 1110001 1101111 10111 0 10 1010000 111000 111011 1000010 11011

Color Harmonies of #716F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F17

Black with #716F17

Text Example


Text Example

White with #716F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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