Html Css Color HEX #71732F Olivetone

📋 copy color: '#71732F'

red 113 ◦ green 115 ◦ blue 47

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

Shades of Olivetone #71732F

Tints of Olivetone #71732F

RGB

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

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

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

R = 41.09%
G = 41.82%
B = 17.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#71732F (or 0x71732F) is known color: Olivetone. HEX triplet: 71, 73 and 2F. RGB value is (113,115,47). Sum of RGB (Red+Green+Blue) = 113+115+47=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #71732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71732F is #8E8CD0. Grayscale: #6A6A6A. Windows color (decimal): -9342161 or 3109745. OLE color: 3109745.

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

Color convert

RGB 113 115 47 -
CMYK 0.02 0 0.59 0.55
HSL 61.76º 0.42% 0.32% -
HSV(B) 61.76º 0.59% 0.45% -
XYZ 13.45 15.98 5.06 -
YUV 106.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 113 115 47 0.02 0 0.59 0.55 61.76 0.42 0.32
Hex 71 73 2F 2 0 3B 37 3E 2A 20
Octal 161 163 57 2 0 73 67 76 52 40
Binary 1110001 1110011 101111 10 0 111011 110111 111110 101010 100000

Color Harmonies of #71732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71732F

Black with #71732F

Text Example


Text Example

White with #71732F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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