Html Css Color HEX #71B975 Fern

📋 copy color: '#71B975'

red 113 ◦ green 185 ◦ blue 117

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

Shades of Fern #71B975

Tints of Fern #71B975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.19%

R = 27.23%
G = 44.58%
B = 28.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#71B975 (or 0x71B975) is known color: Fern. HEX triplet: 71, B9 and 75. RGB value is (113,185,117). Sum of RGB (Red+Green+Blue) = 113+185+117=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #71B975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B975 is #8E468A. Grayscale: #9B9B9B. Windows color (decimal): -9324171 or 7715185. OLE color: 7715185.

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

Color convert

RGB 113 185 117 -
CMYK 0.39 0 0.37 0.27
HSL 123.33º 0.34% 0.58% -
HSV(B) 123.33º 0.39% 0.73% -
XYZ 27.37 39.49 23.01 -
YUV 155.72 106.15 97.53 -
System Red Green Blue C M Y K H S L
Decimal 113 185 117 0.39 0 0.37 0.27 123.33 0.34 0.58
Hex 71 B9 75 27 0 25 1B 7B 22 3A
Octal 161 271 165 47 0 45 33 173 42 72
Binary 1110001 10111001 1110101 100111 0 100101 11011 1111011 100010 111010

Color Harmonies of #71B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B975

Black with #71B975

Text Example


Text Example

White with #71B975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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