#61B272

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

Shades of Fern #61B272

Tints of Fern #61B272

Color information

#61B272 (or 0x61B272) is unknown color: approx Fern. HEX triplet: 61, B2 and 72. RGB value is (97,178,114). Sum of RGB (Red+Green+Blue) = 97+178+114=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #61B272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B272 is #9E4D8D. Grayscale: #929292. Windows color (decimal): -10374542 or 7516769. OLE color: 7516769.

HSL color Cylindrical-coordinate representation of color #61B272: hue angle of 132.59º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B272 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB97178114-
CMYK0.4600.360.30
HSL132.59º34.47%53.92%-
HSV(B)132.59º45.51%69.8%-
XYZ23.8935.621.53-
YUV146.48109.6692.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 178 (69.92% from 255) = 45.76%
BLUE value IS 114 (44.92% from 255) = 29.31%
R=24.94%
G=45.76%
B=29.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971781140.4600.360.30132.5934.4753.92
Hex61B2722E0241E852236
Octal14126216256044362054266
Binary110000110110010111001010111001001001111010000101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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