#61B073

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

Shades of Fern #61B073

Tints of Fern #61B073

Color information

#61B073 (or 0x61B073) is unknown color: approx Fern. HEX triplet: 61, B0 and 73. RGB value is (97,176,115). Sum of RGB (Red+Green+Blue) = 97+176+115=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #61B073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B073 is #9E4F8C. Grayscale: #919191. Windows color (decimal): -10375053 or 7581793. OLE color: 7581793.

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

Color convert

RGB97176115-
CMYK0.4500.350.31
HSL133.67º33.33%53.53%-
HSV(B)133.67º44.89%69.02%-
XYZ23.5534.8321.7-
YUV145.43110.8393.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25%
GREEN value IS 176 (69.14% from 255) = 45.36%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=25%
G=45.36%
B=29.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971761150.4500.350.31133.6733.3353.53
Hex61B0732D0231F862136
Octal14126016355043372064166
Binary110000110110000111001110110101000111111110000110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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