Html Css Color HEX #71B675 Fern

📋 copy color: '#71B675'

red 113 ◦ green 182 ◦ blue 117

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

Shades of Fern #71B675

Tints of Fern #71B675

RGB

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

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

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

R = 27.43%
G = 44.17%
B = 28.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#71B675 (or 0x71B675) is known color: Fern. HEX triplet: 71, B6 and 75. RGB value is (113,182,117). Sum of RGB (Red+Green+Blue) = 113+182+117=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 182 - color contains mainly: green. Hex color #71B675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B675 is #8E498A. Grayscale: #9A9A9A. Windows color (decimal): -9324939 or 7714417. OLE color: 7714417.

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

Color convert

RGB 113 182 117 -
CMYK 0.38 0 0.36 0.29
HSL 123.48º 0.32% 0.58% -
HSV(B) 123.48º 0.38% 0.71% -
XYZ 26.75 38.25 22.8 -
YUV 153.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 113 182 117 0.38 0 0.36 0.29 123.48 0.32 0.58
Hex 71 B6 75 26 0 24 1D 7B 20 3A
Octal 161 266 165 46 0 44 35 173 40 72
Binary 1110001 10110110 1110101 100110 0 100100 11101 1111011 100000 111010

Color Harmonies of #71B675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B675

Black with #71B675

Text Example


Text Example

White with #71B675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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