#61C075

Color #61C075 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #61C075

Tints of Fern #61C075

Color information

#61C075 (or 0x61C075) is unknown color: approx Fern. HEX triplet: 61, C0 and 75. RGB value is (97,192,117). Sum of RGB (Red+Green+Blue) = 97+192+117=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #61C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C075 is #9E3F8A. Grayscale: #9B9B9B. Windows color (decimal): -10370955 or 7716961. OLE color: 7716961.

HSL color Cylindrical-coordinate representation of color #61C075: hue angle of 132.63º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61C075 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB97192117-
CMYK0.4900.390.25
HSL132.63º42.99%56.67%-
HSV(B)132.63º49.48%75.29%-
XYZ26.9941.5323.42-
YUV155.04106.5386.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.89%
GREEN value IS 192 (75.39% from 255) = 47.29%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=23.89%
G=47.29%
B=28.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971921170.4900.390.25132.6342.9956.67
Hex61C0753102719852b39
Octal14130016561047312055371
Binary110000111000000111010111000101001111100110000101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,192,117); }

 H1.HeaderClassName
 {
   color: #61C075;
 }
 .AnyTagClassName
 {
   color: #61C075;
 }
</style>
background-color css

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

 a { background-color: rgb(97,192,117); }

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

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

 span { border-color: rgb(97,192,117); }

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