#616211

Color #616211 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #616211

Tints of Fiji Green #616211

Color information

#616211 (or 0x616211) is unknown color: approx Fiji Green. HEX triplet: 61, 62 and 11. RGB value is (97,98,17). Sum of RGB (Red+Green+Blue) = 97+98+17=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #616211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616211 is #9E9DEE. Grayscale: #585858. Windows color (decimal): -10395119 or 1139297. OLE color: 1139297.

HSL color Cylindrical-coordinate representation of color #616211: hue angle of 60.74º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #616211 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB979817-
CMYK0.0100.830.62
HSL60.74º70.43%22.55%-
HSV(B)60.74º82.65%38.43%-
XYZ9.411.322.22-
YUV88.4787.67134.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 98 (38.67% from 255) = 46.23%
BLUE value IS 17 (7.03% from 255) = 8.02%
R=45.75%
G=46.23%
B=8.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798170.0100.830.6260.7470.4322.55
Hex61621110533E3d4617
Octal1411422110123767510627
Binary1100001110001010001101010011111110111101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616211; }

 p { color: rgb(97,98,17); }

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

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

 a { background-color: rgb(97,98,17); }

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

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

 span { border-color: rgb(97,98,17); }

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