Html Css Color HEX #61AB64 Fern

📋 copy color: '#61AB64'

red 97 ◦ green 171 ◦ blue 100

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

Shades of Fern #61AB64

Tints of Fern #61AB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.47%

 BLUE value IS 100 (39.45% from 255) = 27.17%

R = 26.36%
G = 46.47%
B = 27.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#61AB64 (or 0x61AB64) is known color: Fern. HEX triplet: 61, AB and 64. RGB value is (97,171,100). Sum of RGB (Red+Green+Blue) = 97+171+100=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AB64 is #9E549B. Grayscale: #8C8C8C. Windows color (decimal): -10376348 or 6597473. OLE color: 6597473.

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

Color convert

RGB 97 171 100 -
CMYK 0.43 0 0.42 0.33
HSL 122.43º 0.31% 0.53% -
HSV(B) 122.43º 0.43% 0.67% -
XYZ 21.79 32.59 17.2 -
YUV 140.78 104.98 96.77 -
System Red Green Blue C M Y K H S L
Decimal 97 171 100 0.43 0 0.42 0.33 122.43 0.31 0.53
Hex 61 AB 64 2B 0 2A 21 7A 1F 35
Octal 141 253 144 53 0 52 41 172 37 65
Binary 1100001 10101011 1100100 101011 0 101010 100001 1111010 11111 110101

Color Harmonies of #61AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AB64

Black with #61AB64

Text Example


Text Example

White with #61AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,171,100); }

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

background-color css

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

 a { background-color: rgb(97,171,100); }

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

border-color css

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

 span { border-color: rgb(97,171,100); }

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