Html Css Color HEX #61AF76 Fern

📋 copy color: '#61AF76'

red 97 ◦ green 175 ◦ blue 118

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

Shades of Fern #61AF76

Tints of Fern #61AF76

RGB

 RED value IS 97 (38.28% from 255) = 24.87%

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

 BLUE value IS 118 (46.48% from 255) = 30.26%

R = 24.87%
G = 44.87%
B = 30.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#61AF76 (or 0x61AF76) is known color: Fern. HEX triplet: 61, AF and 76. RGB value is (97,175,118). Sum of RGB (Red+Green+Blue) = 97+175+118=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF76 is #9E5089. Grayscale: #919191. Windows color (decimal): -10375306 or 7778145. OLE color: 7778145.

HSL color Cylindrical-coordinate representation of color #61AF76: hue angle of 136.15º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61AF76 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 175 118 -
CMYK 0.45 0 0.33 0.31
HSL 136.15º 0.33% 0.53% -
HSV(B) 136.15º 0.45% 0.69% -
XYZ 23.53 34.51 22.56 -
YUV 145.18 112.66 93.63 -
System Red Green Blue C M Y K H S L
Decimal 97 175 118 0.45 0 0.33 0.31 136.15 0.33 0.53
Hex 61 AF 76 2D 0 21 1F 88 21 35
Octal 141 257 166 55 0 41 37 210 41 65
Binary 1100001 10101111 1110110 101101 0 100001 11111 10001000 100001 110101

Color Harmonies of #61AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AF76

Black with #61AF76

Text Example


Text Example

White with #61AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61AF76; }

 p { color: rgb(97,175,118); }

 H1.HeaderClassName
 {
   color: #61AF76;
 }
 .AnyTagClassName
 {
   color: #61AF76;
 }
</style>

background-color css

<style>
 a { background-color: #61AF76; }

 a { background-color: rgb(97,175,118); }

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

border-color css

<style>
 span { border-color: #61AF76; }

 span { border-color: rgb(97,175,118); }

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