Html Css Color HEX #61A466 Fern

📋 copy color: '#61A466'

red 97 ◦ green 164 ◦ blue 102

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

Shades of Fern #61A466

Tints of Fern #61A466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.18%

 BLUE value IS 102 (40.23% from 255) = 28.1%

R = 26.72%
G = 45.18%
B = 28.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#61A466 (or 0x61A466) is known color: Fern. HEX triplet: 61, A4 and 66. RGB value is (97,164,102). Sum of RGB (Red+Green+Blue) = 97+164+102=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 164 - color contains mainly: green. Hex color #61A466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A466 is #9E5B99. Grayscale: #898989. Windows color (decimal): -10378138 or 6726753. OLE color: 6726753.

HSL color Cylindrical-coordinate representation of color #61A466: hue angle of 124.48º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A466 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 164 102 -
CMYK 0.41 0 0.38 0.36
HSL 124.48º 0.27% 0.51% -
HSV(B) 124.48º 0.41% 0.64% -
XYZ 20.6 30.05 17.29 -
YUV 136.9 108.3 99.54 -
System Red Green Blue C M Y K H S L
Decimal 97 164 102 0.41 0 0.38 0.36 124.48 0.27 0.51
Hex 61 A4 66 29 0 26 24 7C 1B 33
Octal 141 244 146 51 0 46 44 174 33 63
Binary 1100001 10100100 1100110 101001 0 100110 100100 1111100 11011 110011

Color Harmonies of #61A466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A466

Black with #61A466

Text Example


Text Example

White with #61A466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,164,102); }

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

background-color css

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

 a { background-color: rgb(97,164,102); }

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

border-color css

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

 span { border-color: rgb(97,164,102); }

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