Html Css Color HEX #716718 Olivetone

📋 copy color: '#716718'

red 113 ◦ green 103 ◦ blue 24

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

Shades of Olivetone #716718

Tints of Olivetone #716718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10%

R = 47.08%
G = 42.92%
B = 10%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#716718 (or 0x716718) is known color: Olivetone. HEX triplet: 71, 67 and 18. RGB value is (113,103,24). Sum of RGB (Red+Green+Blue) = 113+103+24=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #716718 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716718 is #8E98E7. Grayscale: #616161. Windows color (decimal): -9345256 or 1599345. OLE color: 1599345.

HSL color Cylindrical-coordinate representation of color #716718: hue angle of 53.26º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #716718 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 103 24 -
CMYK 0 0.09 0.79 0.56
HSL 53.26º 0.65% 0.27% -
HSV(B) 53.26º 0.79% 0.44% -
XYZ 11.83 13.28 2.8 -
YUV 96.98 86.81 139.42 -
System Red Green Blue C M Y K H S L
Decimal 113 103 24 0 0.09 0.79 0.56 53.26 0.65 0.27
Hex 71 67 18 0 9 4F 38 35 41 1B
Octal 161 147 30 0 11 117 70 65 101 33
Binary 1110001 1100111 11000 0 1001 1001111 111000 110101 1000001 11011

Color Harmonies of #716718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716718

Black with #716718

Text Example


Text Example

White with #716718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716718; }

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

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

background-color css

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

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

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

border-color css

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

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

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