Html Css Color HEX #71712D Olivetone

📋 copy color: '#71712D'

red 113 ◦ green 113 ◦ blue 45

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

Shades of Olivetone #71712D

Tints of Olivetone #71712D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.7%

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

R = 41.7%
G = 41.7%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71712D (or 0x71712D) is known color: Olivetone. HEX triplet: 71, 71 and 2D. RGB value is (113,113,45). Sum of RGB (Red+Green+Blue) = 113+113+45=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71712D is #8E8ED2. Grayscale: #696969. Windows color (decimal): -9342675 or 2978161. OLE color: 2978161.

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

Color convert

RGB 113 113 45 -
CMYK 0 0 0.60 0.56
HSL 60º 0.43% 0.31% -
HSV(B) 60º 0.6% 0.44% -
XYZ 13.19 15.51 4.78 -
YUV 105.25 94 133.53 -
System Red Green Blue C M Y K H S L
Decimal 113 113 45 0 0 0.60 0.56 60 0.43 0.31
Hex 71 71 2D 0 0 3C 38 3C 2B 1F
Octal 161 161 55 0 0 74 70 74 53 37
Binary 1110001 1110001 101101 0 0 111100 111000 111100 101011 11111

Color Harmonies of #71712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71712D

Black with #71712D

Text Example


Text Example

White with #71712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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