Html Css Color HEX #71BA87 Bay Leaf

📋 copy color: '#71BA87'

red 113 ◦ green 186 ◦ blue 135

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

Shades of Bay Leaf #71BA87

Tints of Bay Leaf #71BA87

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.86%

 BLUE value IS 135 (53.13% from 255) = 31.11%

R = 26.04%
G = 42.86%
B = 31.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#71BA87 (or 0x71BA87) is known color: Bay Leaf. HEX triplet: 71, BA and 87. RGB value is (113,186,135). Sum of RGB (Red+Green+Blue) = 113+186+135=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BA87 is #8E4578. Grayscale: #9E9E9E. Windows color (decimal): -9323897 or 8895089. OLE color: 8895089.

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

Color convert

RGB 113 186 135 -
CMYK 0.39 0 0.27 0.27
HSL 138.08º 0.35% 0.59% -
HSV(B) 138.08º 0.39% 0.73% -
XYZ 28.74 40.38 29.2 -
YUV 158.36 114.82 95.65 -
System Red Green Blue C M Y K H S L
Decimal 113 186 135 0.39 0 0.27 0.27 138.08 0.35 0.59
Hex 71 BA 87 27 0 1B 1B 8A 23 3B
Octal 161 272 207 47 0 33 33 212 43 73
Binary 1110001 10111010 10000111 100111 0 11011 11011 10001010 100011 111011

Color Harmonies of #71BA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BA87

Black with #71BA87

Text Example


Text Example

White with #71BA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,186,135); }

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

background-color css

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

 a { background-color: rgb(113,186,135); }

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

border-color css

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

 span { border-color: rgb(113,186,135); }

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