Html Css Color HEX #71B68D Bay Leaf

📋 copy color: '#71B68D'

red 113 ◦ green 182 ◦ blue 141

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

Shades of Bay Leaf #71B68D

Tints of Bay Leaf #71B68D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.74%

 BLUE value IS 141 (55.47% from 255) = 32.34%

R = 25.92%
G = 41.74%
B = 32.34%

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

#71B68D (or 0x71B68D) is known color: Bay Leaf. HEX triplet: 71, B6 and 8D. RGB value is (113,182,141). Sum of RGB (Red+Green+Blue) = 113+182+141=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #71B68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B68D is #8E4972. Grayscale: #9C9C9C. Windows color (decimal): -9324915 or 9287281. OLE color: 9287281.

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

Color convert

RGB 113 182 141 -
CMYK 0.38 0 0.23 0.29
HSL 144.35º 0.32% 0.58% -
HSV(B) 144.35º 0.38% 0.71% -
XYZ 28.35 38.89 31.21 -
YUV 156.7 119.14 96.83 -
System Red Green Blue C M Y K H S L
Decimal 113 182 141 0.38 0 0.23 0.29 144.35 0.32 0.58
Hex 71 B6 8D 26 0 17 1D 90 20 3A
Octal 161 266 215 46 0 27 35 220 40 72
Binary 1110001 10110110 10001101 100110 0 10111 11101 10010000 100000 111010

Color Harmonies of #71B68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B68D

Black with #71B68D

Text Example


Text Example

White with #71B68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,182,141); }

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

background-color css

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

 a { background-color: rgb(113,182,141); }

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

border-color css

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

 span { border-color: rgb(113,182,141); }

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