Html Css Color HEX #71A286 Bay Leaf

📋 copy color: '#71A286'

red 113 ◦ green 162 ◦ blue 134

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

Shades of Bay Leaf #71A286

Tints of Bay Leaf #71A286

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.61%

 BLUE value IS 134 (52.73% from 255) = 32.76%

R = 27.63%
G = 39.61%
B = 32.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#71A286 (or 0x71A286) is known color: Bay Leaf. HEX triplet: 71, A2 and 86. RGB value is (113,162,134). Sum of RGB (Red+Green+Blue) = 113+162+134=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 162 - color contains mainly: green. Hex color #71A286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A286 is #8E5D79. Grayscale: #909090. Windows color (decimal): -9330042 or 8823409. OLE color: 8823409.

HSL color Cylindrical-coordinate representation of color #71A286: hue angle of 145.71º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71A286 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 162 134 -
CMYK 0.30 0 0.17 0.36
HSL 145.71º 0.21% 0.54% -
HSV(B) 145.71º 0.3% 0.64% -
XYZ 24.03 31.07 27.29 -
YUV 144.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 113 162 134 0.30 0 0.17 0.36 145.71 0.21 0.54
Hex 71 A2 86 1E 0 11 24 92 15 36
Octal 161 242 206 36 0 21 44 222 25 66
Binary 1110001 10100010 10000110 11110 0 10001 100100 10010010 10101 110110

Color Harmonies of #71A286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A286

Black with #71A286

Text Example


Text Example

White with #71A286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,162,134); }

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

background-color css

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

 a { background-color: rgb(113,162,134); }

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

border-color css

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

 span { border-color: rgb(113,162,134); }

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