#61B061

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

Shades of Fern #61B061

Tints of Fern #61B061

Color information

#61B061 (or 0x61B061) is unknown color: approx Fern. HEX triplet: 61, B0 and 61. RGB value is (97,176,97). Sum of RGB (Red+Green+Blue) = 97+176+97=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #61B061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B061 is #9E4F9E. Grayscale: #8F8F8F. Windows color (decimal): -10375071 or 6402145. OLE color: 6402145.

HSL color Cylindrical-coordinate representation of color #61B061: hue angle of 120º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61B061 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB9717697-
CMYK0.4500.450.31
HSL120º33.33%53.53%-
HSV(B)120º44.89%69.02%-
XYZ22.6134.4616.77-
YUV143.37101.8394.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 176 (69.14% from 255) = 47.57%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=26.22%
G=47.57%
B=26.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97176970.4500.450.3112033.3353.53
Hex61B0612D02D1F782136
Octal14126014155055371704166
Binary11000011011000011000011011010101101111111111000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,176,97); }

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

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

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

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

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

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

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