Html Css Color HEX #716E2B Olivetone

📋 copy color: '#716E2B'

red 113 ◦ green 110 ◦ blue 43

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

Shades of Olivetone #716E2B

Tints of Olivetone #716E2B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.35%

 BLUE value IS 43 (17.19% from 255) = 16.17%

R = 42.48%
G = 41.35%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#716E2B (or 0x716E2B) is known color: Olivetone. HEX triplet: 71, 6E and 2B. RGB value is (113,110,43). Sum of RGB (Red+Green+Blue) = 113+110+43=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #716E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E2B is #8E91D4. Grayscale: #676767. Windows color (decimal): -9343445 or 2846321. OLE color: 2846321.

HSL color Cylindrical-coordinate representation of color #716E2B: hue angle of 57.43º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #716E2B is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 110 43 -
CMYK 0 0.03 0.62 0.56
HSL 57.43º 0.45% 0.31% -
HSV(B) 57.43º 0.62% 0.44% -
XYZ 12.82 14.84 4.47 -
YUV 103.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 113 110 43 0 0.03 0.62 0.56 57.43 0.45 0.31
Hex 71 6E 2B 0 3 3E 38 39 2D 1F
Octal 161 156 53 0 3 76 70 71 55 37
Binary 1110001 1101110 101011 0 11 111110 111000 111001 101101 11111

Color Harmonies of #716E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E2B

Black with #716E2B

Text Example


Text Example

White with #716E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716E2B; }

 p { color: rgb(113,110,43); }

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

background-color css

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

 a { background-color: rgb(113,110,43); }

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

border-color css

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

 span { border-color: rgb(113,110,43); }

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