#61B07A

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

Shades of Fern #61B07A

Tints of Fern #61B07A

Color information

#61B07A (or 0x61B07A) is unknown color: approx Fern. HEX triplet: 61, B0 and 7A. RGB value is (97,176,122). Sum of RGB (Red+Green+Blue) = 97+176+122=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 176 - color contains mainly: green. Hex color #61B07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B07A is #9E4F85. Grayscale: #929292. Windows color (decimal): -10375046 or 8040545. OLE color: 8040545.

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

Color convert

RGB97176122-
CMYK0.4500.310.31
HSL138.99º33.33%53.53%-
HSV(B)138.99º44.89%69.02%-
XYZ23.973523.9-
YUV146.22114.3392.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 176 (69.14% from 255) = 44.56%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=24.56%
G=44.56%
B=30.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971761220.4500.310.31138.9933.3353.53
Hex61B07A2D01F1F8b2136
Octal14126017255037372134166
Binary11000011011000011110101011010111111111110001011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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