Html Css Color HEX #71772D Olivetone

📋 copy color: '#71772D'

red 113 ◦ green 119 ◦ blue 45

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

Shades of Olivetone #71772D

Tints of Olivetone #71772D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.96%

 BLUE value IS 45 (17.97% from 255) = 16.25%

R = 40.79%
G = 42.96%
B = 16.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#71772D (or 0x71772D) is known color: Olivetone. HEX triplet: 71, 77 and 2D. RGB value is (113,119,45). Sum of RGB (Red+Green+Blue) = 113+119+45=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #71772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71772D is #8E88D2. Grayscale: #6D6D6D. Windows color (decimal): -9341139 or 2979697. OLE color: 2979697.

HSL color Cylindrical-coordinate representation of color #71772D: hue angle of 64.86º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71772D is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 119 45 -
CMYK 0.05 0 0.62 0.53
HSL 64.86º 0.45% 0.32% -
HSV(B) 64.86º 0.62% 0.47% -
XYZ 13.88 16.89 5.01 -
YUV 108.77 92.01 131.02 -
System Red Green Blue C M Y K H S L
Decimal 113 119 45 0.05 0 0.62 0.53 64.86 0.45 0.32
Hex 71 77 2D 5 0 3E 35 41 2D 20
Octal 161 167 55 5 0 76 65 101 55 40
Binary 1110001 1110111 101101 101 0 111110 110101 1000001 101101 100000

Color Harmonies of #71772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71772D

Black with #71772D

Text Example


Text Example

White with #71772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71772D; }

 p { color: rgb(113,119,45); }

 H1.HeaderClassName
 {
   color: #71772D;
 }
 .AnyTagClassName
 {
   color: #71772D;
 }
</style>

background-color css

<style>
 a { background-color: #71772D; }

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

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

border-color css

<style>
 span { border-color: #71772D; }

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

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