#71B77E

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

Shades of Bay Leaf #71B77E

Tints of Bay Leaf #71B77E

Color information

#71B77E (or 0x71B77E) is unknown color: approx Bay Leaf. HEX triplet: 71, B7 and 7E. RGB value is (113,183,126). Sum of RGB (Red+Green+Blue) = 113+183+126=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 183 - color contains mainly: green. Hex color #71B77E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B77E is #8E4881. Grayscale: #9B9B9B. Windows color (decimal): -9324674 or 8304497. OLE color: 8304497.

HSL color Cylindrical-coordinate representation of color #71B77E: hue angle of 131.14º 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 #71B77E is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB113183126-
CMYK0.3800.310.28
HSL131.14º32.71%58.04%-
HSV(B)131.14º38.25%71.76%-
XYZ27.5138.8825.79-
YUV155.57111.3197.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 183 (71.88% from 255) = 43.36%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=26.78%
G=43.36%
B=29.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131831260.3800.310.28131.1432.7158.04
Hex71B77E2601F1C83213a
Octal16126717646037342034172
Binary11100011011011111111101001100111111110010000011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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