Html Css Color HEX #716A19 Olivetone

📋 copy color: '#716A19'

red 113 ◦ green 106 ◦ blue 25

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

Shades of Olivetone #716A19

Tints of Olivetone #716A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.44%

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

R = 46.31%
G = 43.44%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#716A19 (or 0x716A19) is known color: Olivetone. HEX triplet: 71, 6A and 19. RGB value is (113,106,25). Sum of RGB (Red+Green+Blue) = 113+106+25=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #716A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716A19 is #8E95E6. Grayscale: #636363. Windows color (decimal): -9344487 or 1665649. OLE color: 1665649.

HSL color Cylindrical-coordinate representation of color #716A19: hue angle of 55.23º 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 #716A19 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 106 25 -
CMYK 0 0.06 0.78 0.56
HSL 55.23º 0.64% 0.27% -
HSV(B) 55.23º 0.78% 0.44% -
XYZ 12.14 13.89 2.96 -
YUV 98.86 86.32 138.09 -
System Red Green Blue C M Y K H S L
Decimal 113 106 25 0 0.06 0.78 0.56 55.23 0.64 0.27
Hex 71 6A 19 0 6 4E 38 37 40 1B
Octal 161 152 31 0 6 116 70 67 100 33
Binary 1110001 1101010 11001 0 110 1001110 111000 110111 1000000 11011

Color Harmonies of #716A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A19

Black with #716A19

Text Example


Text Example

White with #716A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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