Html Css Color HEX #71AF68 Fern

📋 copy color: '#71AF68'

red 113 ◦ green 175 ◦ blue 104

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

Shades of Fern #71AF68

Tints of Fern #71AF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.64%

 BLUE value IS 104 (41.02% from 255) = 26.53%

R = 28.83%
G = 44.64%
B = 26.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#71AF68 (or 0x71AF68) is known color: Fern. HEX triplet: 71, AF and 68. RGB value is (113,175,104). Sum of RGB (Red+Green+Blue) = 113+175+104=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF68 is #8E5097. Grayscale: #949494. Windows color (decimal): -9326744 or 6860657. OLE color: 6860657.

HSL color Cylindrical-coordinate representation of color #71AF68: hue angle of 112.39º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71AF68 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 175 104 -
CMYK 0.35 0 0.41 0.31
HSL 112.39º 0.31% 0.55% -
HSV(B) 112.39º 0.41% 0.69% -
XYZ 24.64 35.17 18.59 -
YUV 148.37 102.96 102.77 -
System Red Green Blue C M Y K H S L
Decimal 113 175 104 0.35 0 0.41 0.31 112.39 0.31 0.55
Hex 71 AF 68 23 0 29 1F 70 1F 37
Octal 161 257 150 43 0 51 37 160 37 67
Binary 1110001 10101111 1101000 100011 0 101001 11111 1110000 11111 110111

Color Harmonies of #71AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AF68

Black with #71AF68

Text Example


Text Example

White with #71AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,175,104); }

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

background-color css

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

 a { background-color: rgb(113,175,104); }

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

border-color css

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

 span { border-color: rgb(113,175,104); }

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