Html Css Color HEX #71B782 Bay Leaf

📋 copy color: '#71B782'

red 113 ◦ green 183 ◦ blue 130

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

Shades of Bay Leaf #71B782

Tints of Bay Leaf #71B782

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.96%

 BLUE value IS 130 (51.17% from 255) = 30.52%

R = 26.53%
G = 42.96%
B = 30.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#71B782 (or 0x71B782) is known color: Bay Leaf. HEX triplet: 71, B7 and 82. RGB value is (113,183,130). Sum of RGB (Red+Green+Blue) = 113+183+130=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 183 - color contains mainly: green. Hex color #71B782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B782 is #8E487D. Grayscale: #9C9C9C. Windows color (decimal): -9324670 or 8566641. OLE color: 8566641.

HSL color Cylindrical-coordinate representation of color #71B782: hue angle of 134.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B782 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 183 130 -
CMYK 0.38 0 0.29 0.28
HSL 134.57º 0.33% 0.58% -
HSV(B) 134.57º 0.38% 0.72% -
XYZ 27.77 38.99 27.18 -
YUV 156.03 113.31 97.31 -
System Red Green Blue C M Y K H S L
Decimal 113 183 130 0.38 0 0.29 0.28 134.57 0.33 0.58
Hex 71 B7 82 26 0 1D 1C 87 21 3A
Octal 161 267 202 46 0 35 34 207 41 72
Binary 1110001 10110111 10000010 100110 0 11101 11100 10000111 100001 111010

Color Harmonies of #71B782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B782

Black with #71B782

Text Example


Text Example

White with #71B782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,183,130); }

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

background-color css

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

 a { background-color: rgb(113,183,130); }

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

border-color css

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

 span { border-color: rgb(113,183,130); }

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