#71A270

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

Shades of Laurel #71A270

Tints of Laurel #71A270

Color information

#71A270 (or 0x71A270) is unknown color: approx Laurel. HEX triplet: 71, A2 and 70. RGB value is (113,162,112). Sum of RGB (Red+Green+Blue) = 113+162+112=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #71A270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A270 is #8E5D8F. Grayscale: #8D8D8D. Windows color (decimal): -9330064 or 7381617. OLE color: 7381617.

HSL color Cylindrical-coordinate representation of color #71A270: hue angle of 118.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71A270 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB113162112-
CMYK0.3000.310.36
HSL118.8º21.19%53.73%-
HSV(B)118.8º30.86%63.53%-
XYZ22.6630.5220.03-
YUV141.65111.27107.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 162 (63.67% from 255) = 41.86%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=29.20%
G=41.86%
B=28.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131621120.3000.310.36118.821.1953.73
Hex71A2701E01F24771536
Octal16124216036037441672566
Binary111000110100010111000011110011111100100111011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71A270; }

 p { color: rgb(113,162,112); }

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

<style>
 a { background-color: #71A270; }

 a { background-color: rgb(113,162,112); }

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

<style>
 span { border-color: #71A270; }

 span { border-color: rgb(113,162,112); }

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