Html Css Color HEX #716518 Olivetone

📋 copy color: '#716518'

red 113 ◦ green 101 ◦ blue 24

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

Shades of Olivetone #716518

Tints of Olivetone #716518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.44%

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

R = 47.48%
G = 42.44%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#716518 (or 0x716518) is known color: Olivetone. HEX triplet: 71, 65 and 18. RGB value is (113,101,24). Sum of RGB (Red+Green+Blue) = 113+101+24=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #716518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716518 is #8E9AE7. Grayscale: #606060. Windows color (decimal): -9345768 or 1598833. OLE color: 1598833.

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

Color convert

RGB 113 101 24 -
CMYK 0 0.11 0.79 0.56
HSL 51.91º 0.65% 0.27% -
HSV(B) 51.91º 0.79% 0.44% -
XYZ 11.63 12.88 2.74 -
YUV 95.81 87.48 140.26 -
System Red Green Blue C M Y K H S L
Decimal 113 101 24 0 0.11 0.79 0.56 51.91 0.65 0.27
Hex 71 65 18 0 B 4F 38 34 41 1B
Octal 161 145 30 0 13 117 70 64 101 33
Binary 1110001 1100101 11000 0 1011 1001111 111000 110100 1000001 11011

Color Harmonies of #716518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716518

Black with #716518

Text Example


Text Example

White with #716518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716518; }

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

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

background-color css

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

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

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

border-color css

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

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

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