#616E19

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

Shades of Fiji Green #616E19

Tints of Fiji Green #616E19

Color information

#616E19 (or 0x616E19) is unknown color: approx Fiji Green. HEX triplet: 61, 6E and 19. RGB value is (97,110,25). Sum of RGB (Red+Green+Blue) = 97+110+25=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 110 - color contains mainly: green. Hex color #616E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616E19 is #9E91E6. Grayscale: #606060. Windows color (decimal): -10392039 or 1666657. OLE color: 1666657.

HSL color Cylindrical-coordinate representation of color #616E19: hue angle of 69.18º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #616E19 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB9711025-
CMYK0.1200.770.57
HSL69.18º62.96%26.47%-
HSV(B)69.18º77.27%43.14%-
XYZ10.6813.763.01-
YUV96.4287.69128.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 110 (43.36% from 255) = 47.41%
BLUE value IS 25 (10.16% from 255) = 10.78%
R=41.81%
G=47.41%
B=10.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97110250.1200.770.5769.1862.9626.47
Hex616E19C04D39453f1a
Octal14115631140115711057732
Binary1100001110111011001110001001101111001100010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,110,25); }

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

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

 a { background-color: rgb(97,110,25); }

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

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

 span { border-color: rgb(97,110,25); }

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