#61B268

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

Shades of Fern #61B268

Tints of Fern #61B268

Color information

#61B268 (or 0x61B268) is unknown color: approx Fern. HEX triplet: 61, B2 and 68. RGB value is (97,178,104). Sum of RGB (Red+Green+Blue) = 97+178+104=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #61B268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B268 is #9E4D97. Grayscale: #919191. Windows color (decimal): -10374552 or 6861409. OLE color: 6861409.

HSL color Cylindrical-coordinate representation of color #61B268: hue angle of 125.19º 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 #61B268 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB97178104-
CMYK0.4600.420.30
HSL125.19º34.47%53.92%-
HSV(B)125.19º45.51%69.8%-
XYZ23.3535.3818.7-
YUV145.34104.6693.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.59%
GREEN value IS 178 (69.92% from 255) = 46.97%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=25.59%
G=46.97%
B=27.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971781040.4600.420.30125.1934.4753.92
Hex61B2682E02A1E7d2236
Octal14126215056052361754266
Binary11000011011001011010001011100101010111101111101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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