Html Css Color HEX #71B96B Fern

📋 copy color: '#71B96B'

red 113 ◦ green 185 ◦ blue 107

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

Shades of Fern #71B96B

Tints of Fern #71B96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.42%

R = 27.9%
G = 45.68%
B = 26.42%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#71B96B (or 0x71B96B) is known color: Fern. HEX triplet: 71, B9 and 6B. RGB value is (113,185,107). Sum of RGB (Red+Green+Blue) = 113+185+107=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #71B96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B96B is #8E4694. Grayscale: #9A9A9A. Windows color (decimal): -9324181 or 7059825. OLE color: 7059825.

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

Color convert

RGB 113 185 107 -
CMYK 0.39 0 0.42 0.27
HSL 115.38º 0.36% 0.57% -
HSV(B) 115.38º 0.42% 0.73% -
XYZ 26.81 39.27 20.08 -
YUV 154.58 101.15 98.34 -
System Red Green Blue C M Y K H S L
Decimal 113 185 107 0.39 0 0.42 0.27 115.38 0.36 0.57
Hex 71 B9 6B 27 0 2A 1B 73 24 39
Octal 161 271 153 47 0 52 33 163 44 71
Binary 1110001 10111001 1101011 100111 0 101010 11011 1110011 100100 111001

Color Harmonies of #71B96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B96B

Black with #71B96B

Text Example


Text Example

White with #71B96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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