Html Css Color HEX #71702C Olivetone

📋 copy color: '#71702C'

red 113 ◦ green 112 ◦ blue 44

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

Shades of Olivetone #71702C

Tints of Olivetone #71702C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.64%

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 42.01%
G = 41.64%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#71702C (or 0x71702C) is known color: Olivetone. HEX triplet: 71, 70 and 2C. RGB value is (113,112,44). Sum of RGB (Red+Green+Blue) = 113+112+44=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #71702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71702C is #8E8FD3. Grayscale: #686868. Windows color (decimal): -9342932 or 2912369. OLE color: 2912369.

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

Color convert

RGB 113 112 44 -
CMYK 0 0.01 0.61 0.56
HSL 59.13º 0.44% 0.31% -
HSV(B) 59.13º 0.61% 0.44% -
XYZ 13.06 15.28 4.64 -
YUV 104.55 93.83 134.03 -
System Red Green Blue C M Y K H S L
Decimal 113 112 44 0 0.01 0.61 0.56 59.13 0.44 0.31
Hex 71 70 2C 0 1 3D 38 3B 2C 1F
Octal 161 160 54 0 1 75 70 73 54 37
Binary 1110001 1110000 101100 0 1 111101 111000 111011 101100 11111

Color Harmonies of #71702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71702C

Black with #71702C

Text Example


Text Example

White with #71702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71702C; }

 p { color: rgb(113,112,44); }

 H1.HeaderClassName
 {
   color: #71702C;
 }
 .AnyTagClassName
 {
   color: #71702C;
 }
</style>

background-color css

<style>
 a { background-color: #71702C; }

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

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

border-color css

<style>
 span { border-color: #71702C; }

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

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