Html Css Color HEX #71B681 Bay Leaf

📋 copy color: '#71B681'

red 113 ◦ green 182 ◦ blue 129

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

Shades of Bay Leaf #71B681

Tints of Bay Leaf #71B681

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.92%

 BLUE value IS 129 (50.78% from 255) = 30.42%

R = 26.65%
G = 42.92%
B = 30.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#71B681 (or 0x71B681) is known color: Bay Leaf. HEX triplet: 71, B6 and 81. RGB value is (113,182,129). Sum of RGB (Red+Green+Blue) = 113+182+129=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 182 - color contains mainly: green. Hex color #71B681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B681 is #8E497E. Grayscale: #9B9B9B. Windows color (decimal): -9324927 or 8500849. OLE color: 8500849.

HSL color Cylindrical-coordinate representation of color #71B681: hue angle of 133.91º degrees, saturation: 0.32, 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 #71B681 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 182 129 -
CMYK 0.38 0 0.29 0.29
HSL 133.91º 0.32% 0.58% -
HSV(B) 133.91º 0.38% 0.71% -
XYZ 27.5 38.55 26.76 -
YUV 155.33 113.14 97.81 -
System Red Green Blue C M Y K H S L
Decimal 113 182 129 0.38 0 0.29 0.29 133.91 0.32 0.58
Hex 71 B6 81 26 0 1D 1D 86 20 3A
Octal 161 266 201 46 0 35 35 206 40 72
Binary 1110001 10110110 10000001 100110 0 11101 11101 10000110 100000 111010

Color Harmonies of #71B681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B681

Black with #71B681

Text Example


Text Example

White with #71B681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,182,129); }

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

background-color css

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

 a { background-color: rgb(113,182,129); }

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

border-color css

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

 span { border-color: rgb(113,182,129); }

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