Html Css Color HEX #71732C Olivetone

📋 copy color: '#71732C'

red 113 ◦ green 115 ◦ blue 44

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

Shades of Olivetone #71732C

Tints of Olivetone #71732C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.28%

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

R = 41.54%
G = 42.28%
B = 16.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#71732C (or 0x71732C) is known color: Olivetone. HEX triplet: 71, 73 and 2C. RGB value is (113,115,44). Sum of RGB (Red+Green+Blue) = 113+115+44=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #71732C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71732C is #8E8CD3. Grayscale: #6A6A6A. Windows color (decimal): -9342164 or 2913137. OLE color: 2913137.

HSL color Cylindrical-coordinate representation of color #71732C: hue angle of 61.69º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71732C is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 115 44 -
CMYK 0.02 0 0.62 0.55
HSL 61.69º 0.45% 0.31% -
HSV(B) 61.69º 0.62% 0.45% -
XYZ 13.4 15.95 4.76 -
YUV 106.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 113 115 44 0.02 0 0.62 0.55 61.69 0.45 0.31
Hex 71 73 2C 2 0 3E 37 3E 2D 1F
Octal 161 163 54 2 0 76 67 76 55 37
Binary 1110001 1110011 101100 10 0 111110 110111 111110 101101 11111

Color Harmonies of #71732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71732C

Black with #71732C

Text Example


Text Example

White with #71732C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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