Html Css Color HEX #71711F Olivetone

📋 copy color: '#71711F'

red 113 ◦ green 113 ◦ blue 31

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

Shades of Olivetone #71711F

Tints of Olivetone #71711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 43.97%
G = 43.97%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71711F (or 0x71711F) is known color: Olivetone. HEX triplet: 71, 71 and 1F. RGB value is (113,113,31). Sum of RGB (Red+Green+Blue) = 113+113+31=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71711F is #8E8EE0. Grayscale: #676767. Windows color (decimal): -9342689 or 2060657. OLE color: 2060657.

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

Color convert

RGB 113 113 31 -
CMYK 0 0 0.73 0.56
HSL 60º 0.57% 0.28% -
HSV(B) 60º 0.73% 0.44% -
XYZ 12.96 15.42 3.59 -
YUV 103.65 87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 113 113 31 0 0 0.73 0.56 60 0.57 0.28
Hex 71 71 1F 0 0 49 38 3C 39 1C
Octal 161 161 37 0 0 111 70 74 71 34
Binary 1110001 1110001 11111 0 0 1001001 111000 111100 111001 11100

Color Harmonies of #71711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71711F

Black with #71711F

Text Example


Text Example

White with #71711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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