Html Css Color HEX #716619 Olivetone

📋 copy color: '#716619'

red 113 ◦ green 102 ◦ blue 25

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

Shades of Olivetone #716619

Tints of Olivetone #716619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.5%

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

R = 47.08%
G = 42.5%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#716619 (or 0x716619) is known color: Olivetone. HEX triplet: 71, 66 and 19. RGB value is (113,102,25). Sum of RGB (Red+Green+Blue) = 113+102+25=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #716619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716619 is #8E99E6. Grayscale: #606060. Windows color (decimal): -9345511 or 1664625. OLE color: 1664625.

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

Color convert

RGB 113 102 25 -
CMYK 0 0.10 0.78 0.56
HSL 52.5º 0.64% 0.27% -
HSV(B) 52.5º 0.78% 0.44% -
XYZ 11.74 13.08 2.83 -
YUV 96.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 113 102 25 0 0.10 0.78 0.56 52.5 0.64 0.27
Hex 71 66 19 0 A 4E 38 34 40 1B
Octal 161 146 31 0 12 116 70 64 100 33
Binary 1110001 1100110 11001 0 1010 1001110 111000 110100 1000000 11011

Color Harmonies of #716619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716619

Black with #716619

Text Example


Text Example

White with #716619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716619; }

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

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

background-color css

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

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

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

border-color css

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

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

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