Html Css Color HEX #71B48B Bay Leaf

📋 copy color: '#71B48B'

red 113 ◦ green 180 ◦ blue 139

#71B48B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #71B48B

Tints of Bay Leaf #71B48B

RGB

 RED value IS 113 (44.53% from 255) = 26.16%

 GREEN value IS 180 (70.7% from 255) = 41.67%

 BLUE value IS 139 (54.69% from 255) = 32.18%

R = 26.16%
G = 41.67%
B = 32.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#71B48B (or 0x71B48B) is known color: Bay Leaf. HEX triplet: 71, B4 and 8B. RGB value is (113,180,139). Sum of RGB (Red+Green+Blue) = 113+180+139=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #71B48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B48B is #8E4B74. Grayscale: #9B9B9B. Windows color (decimal): -9325429 or 9155697. OLE color: 9155697.

HSL color Cylindrical-coordinate representation of color #71B48B: hue angle of 143.28º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B48B is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 180 139 -
CMYK 0.37 0 0.23 0.29
HSL 143.28º 0.31% 0.57% -
HSV(B) 143.28º 0.37% 0.71% -
XYZ 27.79 38.02 30.3 -
YUV 155.29 118.8 97.83 -
System Red Green Blue C M Y K H S L
Decimal 113 180 139 0.37 0 0.23 0.29 143.28 0.31 0.57
Hex 71 B4 8B 25 0 17 1D 8F 1F 39
Octal 161 264 213 45 0 27 35 217 37 71
Binary 1110001 10110100 10001011 100101 0 10111 11101 10001111 11111 111001

Color Harmonies of #71B48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B48B

Black with #71B48B

Text Example


Text Example

White with #71B48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,180,139); }

 H1.HeaderClassName
 {
   color: #71B48B;
 }
 .AnyTagClassName
 {
   color: #71B48B;
 }
</style>

background-color css

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

 a { background-color: rgb(113,180,139); }

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

border-color css

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

 span { border-color: rgb(113,180,139); }

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