Html Css Color HEX #71BB8B Bay Leaf

📋 copy color: '#71BB8B'

red 113 ◦ green 187 ◦ blue 139

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

Shades of Bay Leaf #71BB8B

Tints of Bay Leaf #71BB8B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.6%

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

R = 25.74%
G = 42.6%
B = 31.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#71BB8B (or 0x71BB8B) is known color: Bay Leaf. HEX triplet: 71, BB and 8B. RGB value is (113,187,139). Sum of RGB (Red+Green+Blue) = 113+187+139=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BB8B is #8E4474. Grayscale: #9F9F9F. Windows color (decimal): -9323637 or 9157489. OLE color: 9157489.

HSL color Cylindrical-coordinate representation of color #71BB8B: hue angle of 141.08º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BB8B is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 187 139 -
CMYK 0.40 0 0.26 0.27
HSL 141.08º 0.35% 0.59% -
HSV(B) 141.08º 0.4% 0.73% -
XYZ 29.24 40.92 30.78 -
YUV 159.4 116.48 94.9 -
System Red Green Blue C M Y K H S L
Decimal 113 187 139 0.40 0 0.26 0.27 141.08 0.35 0.59
Hex 71 BB 8B 28 0 1A 1B 8D 23 3B
Octal 161 273 213 50 0 32 33 215 43 73
Binary 1110001 10111011 10001011 101000 0 11010 11011 10001101 100011 111011

Color Harmonies of #71BB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BB8B

Black with #71BB8B

Text Example


Text Example

White with #71BB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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