Html Css Color HEX #71732E Olivetone

📋 copy color: '#71732E'

red 113 ◦ green 115 ◦ blue 46

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

Shades of Olivetone #71732E

Tints of Olivetone #71732E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.79%

R = 41.24%
G = 41.97%
B = 16.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.6

 K value IS 0.55

RGB Variations

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

Color information

#71732E (or 0x71732E) is known color: Olivetone. HEX triplet: 71, 73 and 2E. RGB value is (113,115,46). Sum of RGB (Red+Green+Blue) = 113+115+46=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #71732E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71732E is #8E8CD1. Grayscale: #6A6A6A. Windows color (decimal): -9342162 or 3044209. OLE color: 3044209.

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

Color convert

RGB 113 115 46 -
CMYK 0.02 0 0.6 0.55
HSL 61.74º 0.43% 0.32% -
HSV(B) 61.74º 0.6% 0.45% -
XYZ 13.43 15.97 4.96 -
YUV 106.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 113 115 46 0.02 0 0.6 0.55 61.74 0.43 0.32
Hex 71 73 2E 2 0 3C 37 3E 2B 20
Octal 161 163 56 2 0 74 67 76 53 40
Binary 1110001 1110011 101110 10 0 111100 110111 111110 101011 100000

Color Harmonies of #71732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71732E

Black with #71732E

Text Example


Text Example

White with #71732E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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