Html Css Color HEX #71712F Olivetone

📋 copy color: '#71712F'

red 113 ◦ green 113 ◦ blue 47

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

Shades of Olivetone #71712F

Tints of Olivetone #71712F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 41.39%
G = 41.39%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71712F (or 0x71712F) is known color: Olivetone. HEX triplet: 71, 71 and 2F. RGB value is (113,113,47). Sum of RGB (Red+Green+Blue) = 113+113+47=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71712F is #8E8ED0. Grayscale: #696969. Windows color (decimal): -9342673 or 3109233. OLE color: 3109233.

HSL color Cylindrical-coordinate representation of color #71712F: hue angle of 60º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71712F is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 113 47 -
CMYK 0 0 0.58 0.56
HSL 60º 0.41% 0.31% -
HSV(B) 60º 0.58% 0.44% -
XYZ 13.23 15.53 4.99 -
YUV 105.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 113 113 47 0 0 0.58 0.56 60 0.41 0.31
Hex 71 71 2F 0 0 3A 38 3C 29 1F
Octal 161 161 57 0 0 72 70 74 51 37
Binary 1110001 1110001 101111 0 0 111010 111000 111100 101001 11111

Color Harmonies of #71712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71712F

Black with #71712F

Text Example


Text Example

White with #71712F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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