#61B062

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

Shades of Fern #61B062

Tints of Fern #61B062

Color information

#61B062 (or 0x61B062) is unknown color: approx Fern. HEX triplet: 61, B0 and 62. RGB value is (97,176,98). Sum of RGB (Red+Green+Blue) = 97+176+98=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #61B062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B062 is #9E4F9D. Grayscale: #8F8F8F. Windows color (decimal): -10375070 or 6467681. OLE color: 6467681.

HSL color Cylindrical-coordinate representation of color #61B062: hue angle of 120.76º 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 #61B062 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB9717698-
CMYK0.4500.440.31
HSL120.76º33.33%53.53%-
HSV(B)120.76º44.89%69.02%-
XYZ22.6634.4717.02-
YUV143.49102.3394.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 176 (69.14% from 255) = 47.44%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=26.15%
G=47.44%
B=26.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97176980.4500.440.31120.7633.3353.53
Hex61B0622D02C1F792136
Octal14126014255054371714166
Binary11000011011000011000101011010101100111111111001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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