#61B96B

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

Shades of Fern #61B96B

Tints of Fern #61B96B

Color information

#61B96B (or 0x61B96B) is unknown color: approx Fern. HEX triplet: 61, B9 and 6B. RGB value is (97,185,107). Sum of RGB (Red+Green+Blue) = 97+185+107=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #61B96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B96B is #9E4694. Grayscale: #969696. Windows color (decimal): -10372757 or 7059809. OLE color: 7059809.

HSL color Cylindrical-coordinate representation of color #61B96B: hue angle of 126.82º 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 #61B96B is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB97185107-
CMYK0.4800.420.27
HSL126.82º38.6%55.29%-
HSV(B)126.82º47.57%72.55%-
XYZ24.9338.319.99-
YUV149.8103.8590.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 185 (72.66% from 255) = 47.56%
BLUE value IS 107 (42.19% from 255) = 27.51%
R=24.94%
G=47.56%
B=27.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971851070.4800.420.27126.8238.655.29
Hex61B96B3002A1B7f2737
Octal14127115360052331774767
Binary11000011011100111010111100000101010110111111111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,185,107); }

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

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

 a { background-color: rgb(97,185,107); }

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

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

 span { border-color: rgb(97,185,107); }

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