#71976D

Color #71976D Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #71976D

Tints of Laurel #71976D

Color information

#71976D (or 0x71976D) is unknown color: approx Laurel. HEX triplet: 71, 97 and 6D. RGB value is (113,151,109). Sum of RGB (Red+Green+Blue) = 113+151+109=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 151 - color contains mainly: green. Hex color #71976D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71976D is #8E6892. Grayscale: #868686. Windows color (decimal): -9332883 or 7182193. OLE color: 7182193.

HSL color Cylindrical-coordinate representation of color #71976D: hue angle of 114.29º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71976D is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB113151109-
CMYK0.2500.280.41
HSL114.29º16.8%50.98%-
HSV(B)114.29º27.81%59.22%-
XYZ20.6426.7518.54-
YUV134.85113.41112.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 151 (59.38% from 255) = 40.48%
BLUE value IS 109 (42.97% from 255) = 29.22%
R=30.29%
G=40.48%
B=29.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131511090.2500.280.41114.2916.850.98
Hex71976D1901C29721133
Octal16122715531034511622163
Binary111000110010111110110111001011100101001111001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,151,109); }

 H1.HeaderClassName
 {
   color: #71976D;
 }
 .AnyTagClassName
 {
   color: #71976D;
 }
</style>
background-color css

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

 a { background-color: rgb(113,151,109); }

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

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

 span { border-color: rgb(113,151,109); }

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