Html Css Color HEX #61A55F Fern

📋 copy color: '#61A55F'

red 97 ◦ green 165 ◦ blue 95

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

Shades of Fern #61A55F

Tints of Fern #61A55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.22%

 BLUE value IS 95 (37.5% from 255) = 26.61%

R = 27.17%
G = 46.22%
B = 26.61%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#61A55F (or 0x61A55F) is known color: Fern. HEX triplet: 61, A5 and 5F. RGB value is (97,165,95). Sum of RGB (Red+Green+Blue) = 97+165+95=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #61A55F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A55F is #9E5AA0. Grayscale: #888888. Windows color (decimal): -10377889 or 6268257. OLE color: 6268257.

HSL color Cylindrical-coordinate representation of color #61A55F: hue angle of 118.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A55F is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 165 95 -
CMYK 0.41 0 0.42 0.35
HSL 118.29º 0.28% 0.51% -
HSV(B) 118.29º 0.42% 0.65% -
XYZ 20.45 30.28 15.59 -
YUV 136.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 97 165 95 0.41 0 0.42 0.35 118.29 0.28 0.51
Hex 61 A5 5F 29 0 2A 23 76 1C 33
Octal 141 245 137 51 0 52 43 166 34 63
Binary 1100001 10100101 1011111 101001 0 101010 100011 1110110 11100 110011

Color Harmonies of #61A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A55F

Black with #61A55F

Text Example


Text Example

White with #61A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,165,95); }

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

background-color css

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

 a { background-color: rgb(97,165,95); }

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

border-color css

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

 span { border-color: rgb(97,165,95); }

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