#61B072

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

Shades of Fern #61B072

Tints of Fern #61B072

Color information

#61B072 (or 0x61B072) is unknown color: approx Fern. HEX triplet: 61, B0 and 72. RGB value is (97,176,114). Sum of RGB (Red+Green+Blue) = 97+176+114=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #61B072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B072 is #9E4F8D. Grayscale: #919191. Windows color (decimal): -10375054 or 7516257. OLE color: 7516257.

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

Color convert

RGB97176114-
CMYK0.4500.350.31
HSL132.91º33.33%53.53%-
HSV(B)132.91º44.89%69.02%-
XYZ23.4934.8121.4-
YUV145.31110.3393.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 176 (69.14% from 255) = 45.48%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=25.06%
G=45.48%
B=29.46%

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
Decimal971761140.4500.350.31132.9133.3353.53
Hex61B0722D0231F852136
Octal14126016255043372054166
Binary110000110110000111001010110101000111111110000101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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