#71936D

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

Shades of Laurel #71936D

Tints of Laurel #71936D

Color information

#71936D (or 0x71936D) is unknown color: approx Laurel. HEX triplet: 71, 93 and 6D. RGB value is (113,147,109). Sum of RGB (Red+Green+Blue) = 113+147+109=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #71936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71936D is #8E6C92. Grayscale: #848484. Windows color (decimal): -9333907 or 7181169. OLE color: 7181169.

HSL color Cylindrical-coordinate representation of color #71936D: hue angle of 113.68º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71936D is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB113147109-
CMYK0.2300.260.42
HSL113.68º14.96%50.2%-
HSV(B)113.68º25.85%57.65%-
XYZ2025.4818.33-
YUV132.5114.74114.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=30.62%
G=39.84%
B=29.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131471090.2300.260.42113.6814.9650.2
Hex71936D1701A2A72f32
Octal16122315527032521621762
Binary11100011001001111011011011101101010101011100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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