Html Css Color HEX #716C2D Olivetone

📋 copy color: '#716C2D'

red 113 ◦ green 108 ◦ blue 45

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

Shades of Olivetone #716C2D

Tints of Olivetone #716C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.92%

R = 42.48%
G = 40.6%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#716C2D (or 0x716C2D) is known color: Olivetone. HEX triplet: 71, 6C and 2D. RGB value is (113,108,45). Sum of RGB (Red+Green+Blue) = 113+108+45=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #716C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C2D is #8E93D2. Grayscale: #666666. Windows color (decimal): -9343955 or 2976881. OLE color: 2976881.

HSL color Cylindrical-coordinate representation of color #716C2D: hue angle of 55.59º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #716C2D is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 108 45 -
CMYK 0 0.04 0.60 0.56
HSL 55.59º 0.43% 0.31% -
HSV(B) 55.59º 0.6% 0.44% -
XYZ 12.65 14.43 4.6 -
YUV 102.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 113 108 45 0 0.04 0.60 0.56 55.59 0.43 0.31
Hex 71 6C 2D 0 4 3C 38 38 2B 1F
Octal 161 154 55 0 4 74 70 70 53 37
Binary 1110001 1101100 101101 0 100 111100 111000 111000 101011 11111

Color Harmonies of #716C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C2D

Black with #716C2D

Text Example


Text Example

White with #716C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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