Html Css Color HEX #71BD86 Bay Leaf

📋 copy color: '#71BD86'

red 113 ◦ green 189 ◦ blue 134

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

Shades of Bay Leaf #71BD86

Tints of Bay Leaf #71BD86

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.35%

 BLUE value IS 134 (52.73% from 255) = 30.73%

R = 25.92%
G = 43.35%
B = 30.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#71BD86 (or 0x71BD86) is known color: Bay Leaf. HEX triplet: 71, BD and 86. RGB value is (113,189,134). Sum of RGB (Red+Green+Blue) = 113+189+134=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BD86 is #8E4279. Grayscale: #A0A0A0. Windows color (decimal): -9323130 or 8830321. OLE color: 8830321.

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

Color convert

RGB 113 189 134 -
CMYK 0.40 0 0.29 0.26
HSL 136.58º 0.37% 0.59% -
HSV(B) 136.58º 0.4% 0.74% -
XYZ 29.31 41.63 29.04 -
YUV 160.01 113.32 94.47 -
System Red Green Blue C M Y K H S L
Decimal 113 189 134 0.40 0 0.29 0.26 136.58 0.37 0.59
Hex 71 BD 86 28 0 1D 1A 89 25 3B
Octal 161 275 206 50 0 35 32 211 45 73
Binary 1110001 10111101 10000110 101000 0 11101 11010 10001001 100101 111011

Color Harmonies of #71BD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BD86

Black with #71BD86

Text Example


Text Example

White with #71BD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,189,134); }

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

background-color css

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

 a { background-color: rgb(113,189,134); }

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

border-color css

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

 span { border-color: rgb(113,189,134); }

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