#71B781

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

Shades of Bay Leaf #71B781

Tints of Bay Leaf #71B781

Color information

#71B781 (or 0x71B781) is unknown color: approx Bay Leaf. HEX triplet: 71, B7 and 81. RGB value is (113,183,129). Sum of RGB (Red+Green+Blue) = 113+183+129=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #71B781 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B781 is #8E487E. Grayscale: #9C9C9C. Windows color (decimal): -9324671 or 8501105. OLE color: 8501105.

HSL color Cylindrical-coordinate representation of color #71B781: hue angle of 133.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B781 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB113183129-
CMYK0.3800.300.28
HSL133.71º32.71%58.04%-
HSV(B)133.71º38.25%71.76%-
XYZ27.7138.9626.83-
YUV155.91112.8197.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.59%
GREEN value IS 183 (71.88% from 255) = 43.06%
BLUE value IS 129 (50.78% from 255) = 30.35%
R=26.59%
G=43.06%
B=30.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131831290.3800.300.28133.7132.7158.04
Hex71B7812601E1C86213a
Octal16126720146036342064172
Binary111000110110111100000011001100111101110010000110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,183,129); }

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

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

 a { background-color: rgb(113,183,129); }

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

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

 span { border-color: rgb(113,183,129); }

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