Html Css Color HEX #716C2B Olivetone

📋 copy color: '#716C2B'

red 113 ◦ green 108 ◦ blue 43

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

Shades of Olivetone #716C2B

Tints of Olivetone #716C2B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.91%

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

R = 42.8%
G = 40.91%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#716C2B (or 0x716C2B) is known color: Olivetone. HEX triplet: 71, 6C and 2B. RGB value is (113,108,43). Sum of RGB (Red+Green+Blue) = 113+108+43=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #716C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C2B is #8E93D4. Grayscale: #666666. Windows color (decimal): -9343957 or 2845809. OLE color: 2845809.

HSL color Cylindrical-coordinate representation of color #716C2B: hue angle of 55.71º 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 #716C2B is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 108 43 -
CMYK 0 0.04 0.62 0.56
HSL 55.71º 0.45% 0.31% -
HSV(B) 55.71º 0.62% 0.44% -
XYZ 12.61 14.41 4.4 -
YUV 102.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 113 108 43 0 0.04 0.62 0.56 55.71 0.45 0.31
Hex 71 6C 2B 0 4 3E 38 38 2D 1F
Octal 161 154 53 0 4 76 70 70 55 37
Binary 1110001 1101100 101011 0 100 111110 111000 111000 101101 11111

Color Harmonies of #716C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C2B

Black with #716C2B

Text Example


Text Example

White with #716C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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