Html Css Color HEX #71B78A Bay Leaf

📋 copy color: '#71B78A'

red 113 ◦ green 183 ◦ blue 138

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

Shades of Bay Leaf #71B78A

Tints of Bay Leaf #71B78A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.8%

R = 26.04%
G = 42.17%
B = 31.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#71B78A (or 0x71B78A) is known color: Bay Leaf. HEX triplet: 71, B7 and 8A. RGB value is (113,183,138). Sum of RGB (Red+Green+Blue) = 113+183+138=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 183 - color contains mainly: green. Hex color #71B78A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B78A is #8E4875. Grayscale: #9D9D9D. Windows color (decimal): -9324662 or 9090929. OLE color: 9090929.

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

Color convert

RGB 113 183 138 -
CMYK 0.38 0 0.25 0.28
HSL 141.43º 0.33% 0.58% -
HSV(B) 141.43º 0.38% 0.72% -
XYZ 28.33 39.21 30.12 -
YUV 156.94 117.31 96.66 -
System Red Green Blue C M Y K H S L
Decimal 113 183 138 0.38 0 0.25 0.28 141.43 0.33 0.58
Hex 71 B7 8A 26 0 19 1C 8D 21 3A
Octal 161 267 212 46 0 31 34 215 41 72
Binary 1110001 10110111 10001010 100110 0 11001 11100 10001101 100001 111010

Color Harmonies of #71B78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B78A

Black with #71B78A

Text Example


Text Example

White with #71B78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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