Html Css Color HEX #716719 Olivetone

📋 copy color: '#716719'

red 113 ◦ green 103 ◦ blue 25

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

Shades of Olivetone #716719

Tints of Olivetone #716719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.74%

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

R = 46.89%
G = 42.74%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#716719 (or 0x716719) is known color: Olivetone. HEX triplet: 71, 67 and 19. RGB value is (113,103,25). Sum of RGB (Red+Green+Blue) = 113+103+25=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #716719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716719 is #8E98E6. Grayscale: #616161. Windows color (decimal): -9345255 or 1664881. OLE color: 1664881.

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

Color convert

RGB 113 103 25 -
CMYK 0 0.09 0.78 0.56
HSL 53.18º 0.64% 0.27% -
HSV(B) 53.18º 0.78% 0.44% -
XYZ 11.84 13.28 2.86 -
YUV 97.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 113 103 25 0 0.09 0.78 0.56 53.18 0.64 0.27
Hex 71 67 19 0 9 4E 38 35 40 1B
Octal 161 147 31 0 11 116 70 65 100 33
Binary 1110001 1100111 11001 0 1001 1001110 111000 110101 1000000 11011

Color Harmonies of #716719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716719

Black with #716719

Text Example


Text Example

White with #716719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716719; }

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

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

background-color css

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

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

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

border-color css

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

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

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