#61AB68

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

Shades of Fern #61AB68

Tints of Fern #61AB68

Color information

#61AB68 (or 0x61AB68) is unknown color: approx Fern. HEX triplet: 61, AB and 68. RGB value is (97,171,104). Sum of RGB (Red+Green+Blue) = 97+171+104=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AB68 is #9E5497. Grayscale: #8D8D8D. Windows color (decimal): -10376344 or 6859617. OLE color: 6859617.

HSL color Cylindrical-coordinate representation of color #61AB68: hue angle of 125.68º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AB68 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB97171104-
CMYK0.4300.390.33
HSL125.68º30.58%52.55%-
HSV(B)125.68º43.27%67.06%-
XYZ21.9932.6718.24-
YUV141.24106.9896.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 171 (67.19% from 255) = 45.97%
BLUE value IS 104 (41.02% from 255) = 27.96%
R=26.08%
G=45.97%
B=27.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971711040.4300.390.33125.6830.5852.55
Hex61AB682B027217e1f35
Octal14125315053047411763765
Binary11000011010101111010001010110100111100001111111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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