Html Css Color HEX #71B588 Bay Leaf

📋 copy color: '#71B588'

red 113 ◦ green 181 ◦ blue 136

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

Shades of Bay Leaf #71B588

Tints of Bay Leaf #71B588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.63%

R = 26.28%
G = 42.09%
B = 31.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#71B588 (or 0x71B588) is known color: Bay Leaf. HEX triplet: 71, B5 and 88. RGB value is (113,181,136). Sum of RGB (Red+Green+Blue) = 113+181+136=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 181 - color contains mainly: green. Hex color #71B588 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B588 is #8E4A77. Grayscale: #9B9B9B. Windows color (decimal): -9325176 or 8959345. OLE color: 8959345.

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

Color convert

RGB 113 181 136 -
CMYK 0.38 0 0.25 0.29
HSL 140.29º 0.31% 0.58% -
HSV(B) 140.29º 0.38% 0.71% -
XYZ 27.78 38.34 29.23 -
YUV 155.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 113 181 136 0.38 0 0.25 0.29 140.29 0.31 0.58
Hex 71 B5 88 26 0 19 1D 8C 1F 3A
Octal 161 265 210 46 0 31 35 214 37 72
Binary 1110001 10110101 10001000 100110 0 11001 11101 10001100 11111 111010

Color Harmonies of #71B588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B588

Black with #71B588

Text Example


Text Example

White with #71B588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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