#71AF7F

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

Shades of Bay Leaf #71AF7F

Tints of Bay Leaf #71AF7F

Color information

#71AF7F (or 0x71AF7F) is unknown color: approx Bay Leaf. HEX triplet: 71, AF and 7F. RGB value is (113,175,127). Sum of RGB (Red+Green+Blue) = 113+175+127=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF7F is #8E5080. Grayscale: #979797. Windows color (decimal): -9326721 or 8367985. OLE color: 8367985.

HSL color Cylindrical-coordinate representation of color #71AF7F: hue angle of 133.55º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71AF7F is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB113175127-
CMYK0.3500.270.31
HSL133.55º27.93%56.47%-
HSV(B)133.55º35.43%68.63%-
XYZ25.9735.725.6-
YUV150.99114.46100.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.23%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 127 (50% from 255) = 30.60%
R=27.23%
G=42.17%
B=30.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131751270.3500.270.31133.5527.9356.47
Hex71AF7F2301B1F861c38
Octal16125717743033372063470
Binary1110001101011111111111100011011011111111000011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,175,127); }

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

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

 a { background-color: rgb(113,175,127); }

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

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

 span { border-color: rgb(113,175,127); }

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