Html Css Color HEX #716E19 Olivetone

📋 copy color: '#716E19'

red 113 ◦ green 110 ◦ blue 25

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

Shades of Olivetone #716E19

Tints of Olivetone #716E19

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.35%

 BLUE value IS 25 (10.16% from 255) = 10.08%

R = 45.56%
G = 44.35%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#716E19 (or 0x716E19) is known color: Olivetone. HEX triplet: 71, 6E and 19. RGB value is (113,110,25). Sum of RGB (Red+Green+Blue) = 113+110+25=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #716E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716E19 is #8E91E6. Grayscale: #656565. Windows color (decimal): -9343463 or 1666673. OLE color: 1666673.

HSL color Cylindrical-coordinate representation of color #716E19: hue angle of 57.95º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #716E19 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 110 25 -
CMYK 0 0.03 0.78 0.56
HSL 57.95º 0.64% 0.27% -
HSV(B) 57.95º 0.78% 0.44% -
XYZ 12.56 14.73 3.1 -
YUV 101.21 84.99 136.41 -
System Red Green Blue C M Y K H S L
Decimal 113 110 25 0 0.03 0.78 0.56 57.95 0.64 0.27
Hex 71 6E 19 0 3 4E 38 3A 40 1B
Octal 161 156 31 0 3 116 70 72 100 33
Binary 1110001 1101110 11001 0 11 1001110 111000 111010 1000000 11011

Color Harmonies of #716E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E19

Black with #716E19

Text Example


Text Example

White with #716E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,110,25); }

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

background-color css

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

 a { background-color: rgb(113,110,25); }

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

border-color css

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

 span { border-color: rgb(113,110,25); }

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