#61BA70

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

Shades of Fern #61BA70

Tints of Fern #61BA70

Color information

#61BA70 (or 0x61BA70) is unknown color: approx Fern. HEX triplet: 61, BA and 70. RGB value is (97,186,112). Sum of RGB (Red+Green+Blue) = 97+186+112=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BA70 is #9E458F. Grayscale: #979797. Windows color (decimal): -10372496 or 7387745. OLE color: 7387745.

HSL color Cylindrical-coordinate representation of color #61BA70: hue angle of 130.11º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BA70 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB97186112-
CMYK0.4800.400.27
HSL130.11º39.21%55.49%-
HSV(B)130.11º47.85%72.94%-
XYZ25.4138.8321.48-
YUV150.95106.0189.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 186 (73.05% from 255) = 47.09%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=24.56%
G=47.09%
B=28.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861120.4800.400.27130.1139.2155.49
Hex61BA70300281B822737
Octal14127216060050332024767
Binary110000110111010111000011000001010001101110000010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,186,112); }

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

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

 a { background-color: rgb(97,186,112); }

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

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

 span { border-color: rgb(97,186,112); }

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