Html Css Color HEX #71B58B Bay Leaf

📋 copy color: '#71B58B'

red 113 ◦ green 181 ◦ blue 139

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

Shades of Bay Leaf #71B58B

Tints of Bay Leaf #71B58B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.8%

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

R = 26.1%
G = 41.8%
B = 32.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#71B58B (or 0x71B58B) is known color: Bay Leaf. HEX triplet: 71, B5 and 8B. RGB value is (113,181,139). Sum of RGB (Red+Green+Blue) = 113+181+139=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #71B58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B58B is #8E4A74. Grayscale: #9B9B9B. Windows color (decimal): -9325173 or 9155953. OLE color: 9155953.

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

Color convert

RGB 113 181 139 -
CMYK 0.38 0 0.23 0.29
HSL 142.94º 0.31% 0.58% -
HSV(B) 142.94º 0.38% 0.71% -
XYZ 27.99 38.42 30.37 -
YUV 155.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 113 181 139 0.38 0 0.23 0.29 142.94 0.31 0.58
Hex 71 B5 8B 26 0 17 1D 8F 1F 3A
Octal 161 265 213 46 0 27 35 217 37 72
Binary 1110001 10110101 10001011 100110 0 10111 11101 10001111 11111 111010

Color Harmonies of #71B58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B58B

Black with #71B58B

Text Example


Text Example

White with #71B58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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