Html Css Color HEX #71B469 Fern

📋 copy color: '#71B469'

red 113 ◦ green 180 ◦ blue 105

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

Shades of Fern #71B469

Tints of Fern #71B469

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.23%

 BLUE value IS 105 (41.41% from 255) = 26.38%

R = 28.39%
G = 45.23%
B = 26.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#71B469 (or 0x71B469) is known color: Fern. HEX triplet: 71, B4 and 69. RGB value is (113,180,105). Sum of RGB (Red+Green+Blue) = 113+180+105=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #71B469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B469 is #8E4B96. Grayscale: #979797. Windows color (decimal): -9325463 or 6927473. OLE color: 6927473.

HSL color Cylindrical-coordinate representation of color #71B469: hue angle of 113.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71B469 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 180 105 -
CMYK 0.37 0 0.42 0.29
HSL 113.6º 0.33% 0.56% -
HSV(B) 113.6º 0.42% 0.71% -
XYZ 25.68 37.17 19.19 -
YUV 151.42 101.8 100.6 -
System Red Green Blue C M Y K H S L
Decimal 113 180 105 0.37 0 0.42 0.29 113.6 0.33 0.56
Hex 71 B4 69 25 0 2A 1D 72 21 38
Octal 161 264 151 45 0 52 35 162 41 70
Binary 1110001 10110100 1101001 100101 0 101010 11101 1110010 100001 111000

Color Harmonies of #71B469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B469

Black with #71B469

Text Example


Text Example

White with #71B469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,180,105); }

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

background-color css

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

 a { background-color: rgb(113,180,105); }

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

border-color css

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

 span { border-color: rgb(113,180,105); }

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