#616A1D

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

Shades of Fiji Green #616A1D

Tints of Fiji Green #616A1D

Color information

#616A1D (or 0x616A1D) is unknown color: approx Fiji Green. HEX triplet: 61, 6A and 1D. RGB value is (97,106,29). Sum of RGB (Red+Green+Blue) = 97+106+29=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 106 - color contains mainly: green. Hex color #616A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616A1D is #9E95E2. Grayscale: #5E5E5E. Windows color (decimal): -10393059 or 1927777. OLE color: 1927777.

HSL color Cylindrical-coordinate representation of color #616A1D: hue angle of 67.01º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #616A1D is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB9710629-
CMYK0.0800.730.58
HSL67.01º57.04%26.47%-
HSV(B)67.01º72.64%41.57%-
XYZ10.3112.943.12-
YUV94.5391.02129.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 106 (41.80% from 255) = 45.69%
BLUE value IS 29 (11.72% from 255) = 12.5%
R=41.81%
G=45.69%
B=12.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97106290.0800.730.5867.0157.0426.47
Hex616A1D80493A43391a
Octal14115235100111721037132
Binary1100001110101011101100001001001111010100001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616A1D; }

 p { color: rgb(97,106,29); }

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

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

 a { background-color: rgb(97,106,29); }

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

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

 span { border-color: rgb(97,106,29); }

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