Html Css Color HEX #71B985 Bay Leaf

📋 copy color: '#71B985'

red 113 ◦ green 185 ◦ blue 133

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

Shades of Bay Leaf #71B985

Tints of Bay Leaf #71B985

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.92%

 BLUE value IS 133 (52.34% from 255) = 30.86%

R = 26.22%
G = 42.92%
B = 30.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#71B985 (or 0x71B985) is known color: Bay Leaf. HEX triplet: 71, B9 and 85. RGB value is (113,185,133). Sum of RGB (Red+Green+Blue) = 113+185+133=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #71B985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B985 is #8E467A. Grayscale: #9D9D9D. Windows color (decimal): -9324155 or 8763761. OLE color: 8763761.

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

Color convert

RGB 113 185 133 -
CMYK 0.39 0 0.28 0.27
HSL 136.67º 0.34% 0.58% -
HSV(B) 136.67º 0.39% 0.73% -
XYZ 28.39 39.9 28.4 -
YUV 157.54 114.15 96.23 -
System Red Green Blue C M Y K H S L
Decimal 113 185 133 0.39 0 0.28 0.27 136.67 0.34 0.58
Hex 71 B9 85 27 0 1C 1B 89 22 3A
Octal 161 271 205 47 0 34 33 211 42 72
Binary 1110001 10111001 10000101 100111 0 11100 11011 10001001 100010 111010

Color Harmonies of #71B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B985

Black with #71B985

Text Example


Text Example

White with #71B985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,185,133); }

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

background-color css

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

 a { background-color: rgb(113,185,133); }

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

border-color css

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

 span { border-color: rgb(113,185,133); }

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