#61A269

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

Shades of Fern #61A269

Tints of Fern #61A269

Color information

#61A269 (or 0x61A269) is unknown color: approx Fern. HEX triplet: 61, A2 and 69. RGB value is (97,162,105). Sum of RGB (Red+Green+Blue) = 97+162+105=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #61A269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A269 is #9E5D96. Grayscale: #888888. Windows color (decimal): -10378647 or 6922849. OLE color: 6922849.

HSL color Cylindrical-coordinate representation of color #61A269: hue angle of 127.38º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A269 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB97162105-
CMYK0.4000.350.36
HSL127.38º25.9%50.78%-
HSV(B)127.38º40.12%63.53%-
XYZ20.429.417.96-
YUV136.07110.47100.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.65%
GREEN value IS 162 (63.67% from 255) = 44.51%
BLUE value IS 105 (41.41% from 255) = 28.85%
R=26.65%
G=44.51%
B=28.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971621050.4000.350.36127.3825.950.78
Hex61A26928023247f1a33
Octal14124215150043441773263
Binary11000011010001011010011010000100011100100111111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,162,105); }

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

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

 a { background-color: rgb(97,162,105); }

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

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

 span { border-color: rgb(97,162,105); }

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