Html Css Color HEX #71B575 Fern

📋 copy color: '#71B575'

red 113 ◦ green 181 ◦ blue 117

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

Shades of Fern #71B575

Tints of Fern #71B575

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.04%

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

R = 27.49%
G = 44.04%
B = 28.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#71B575 (or 0x71B575) is known color: Fern. HEX triplet: 71, B5 and 75. RGB value is (113,181,117). Sum of RGB (Red+Green+Blue) = 113+181+117=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 181 - color contains mainly: green. Hex color #71B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B575 is #8E4A8A. Grayscale: #999999. Windows color (decimal): -9325195 or 7714161. OLE color: 7714161.

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

Color convert

RGB 113 181 117 -
CMYK 0.38 0 0.35 0.29
HSL 123.53º 0.31% 0.58% -
HSV(B) 123.53º 0.38% 0.71% -
XYZ 26.54 37.84 22.73 -
YUV 153.37 107.47 99.2 -
System Red Green Blue C M Y K H S L
Decimal 113 181 117 0.38 0 0.35 0.29 123.53 0.31 0.58
Hex 71 B5 75 26 0 23 1D 7C 1F 3A
Octal 161 265 165 46 0 43 35 174 37 72
Binary 1110001 10110101 1110101 100110 0 100011 11101 1111100 11111 111010

Color Harmonies of #71B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B575

Black with #71B575

Text Example


Text Example

White with #71B575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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