Html Css Color HEX #71B58C Bay Leaf

📋 copy color: '#71B58C'

red 113 ◦ green 181 ◦ blue 140

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

Shades of Bay Leaf #71B58C

Tints of Bay Leaf #71B58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.26%

R = 26.04%
G = 41.71%
B = 32.26%

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

#71B58C (or 0x71B58C) is known color: Bay Leaf. HEX triplet: 71, B5 and 8C. RGB value is (113,181,140). Sum of RGB (Red+Green+Blue) = 113+181+140=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 181 - color contains mainly: green. Hex color #71B58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B58C is #8E4A73. Grayscale: #9C9C9C. Windows color (decimal): -9325172 or 9221489. OLE color: 9221489.

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

Color convert

RGB 113 181 140 -
CMYK 0.38 0 0.23 0.29
HSL 143.82º 0.31% 0.58% -
HSV(B) 143.82º 0.38% 0.71% -
XYZ 28.07 38.45 30.75 -
YUV 155.99 118.97 97.33 -
System Red Green Blue C M Y K H S L
Decimal 113 181 140 0.38 0 0.23 0.29 143.82 0.31 0.58
Hex 71 B5 8C 26 0 17 1D 90 1F 3A
Octal 161 265 214 46 0 27 35 220 37 72
Binary 1110001 10110101 10001100 100110 0 10111 11101 10010000 11111 111010

Color Harmonies of #71B58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B58C

Black with #71B58C

Text Example


Text Example

White with #71B58C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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