Html Css Color HEX #716919 Olivetone

📋 copy color: '#716919'

red 113 ◦ green 105 ◦ blue 25

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

Shades of Olivetone #716919

Tints of Olivetone #716919

RGB

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

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

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

R = 46.5%
G = 43.21%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#716919 (or 0x716919) is known color: Olivetone. HEX triplet: 71, 69 and 19. RGB value is (113,105,25). Sum of RGB (Red+Green+Blue) = 113+105+25=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #716919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716919 is #8E96E6. Grayscale: #626262. Windows color (decimal): -9344743 or 1665393. OLE color: 1665393.

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

Color convert

RGB 113 105 25 -
CMYK 0 0.07 0.78 0.56
HSL 54.55º 0.64% 0.27% -
HSV(B) 54.55º 0.78% 0.44% -
XYZ 12.04 13.68 2.93 -
YUV 98.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 113 105 25 0 0.07 0.78 0.56 54.55 0.64 0.27
Hex 71 69 19 0 7 4E 38 37 40 1B
Octal 161 151 31 0 7 116 70 67 100 33
Binary 1110001 1101001 11001 0 111 1001110 111000 110111 1000000 11011

Color Harmonies of #716919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716919

Black with #716919

Text Example


Text Example

White with #716919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716919; }

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

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

background-color css

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

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

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

border-color css

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

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

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