#616819

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

Shades of Fiji Green #616819

Tints of Fiji Green #616819

Color information

#616819 (or 0x616819) is unknown color: approx Fiji Green. HEX triplet: 61, 68 and 19. RGB value is (97,104,25). Sum of RGB (Red+Green+Blue) = 97+104+25=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #616819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616819 is #9E97E6. Grayscale: #5D5D5D. Windows color (decimal): -10393575 or 1665121. OLE color: 1665121.

HSL color Cylindrical-coordinate representation of color #616819: hue angle of 65.32º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #616819 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB9710425-
CMYK0.0700.760.59
HSL65.32º61.24%25.29%-
HSV(B)65.32º75.96%40.78%-
XYZ10.0612.512.8-
YUV92.989.68130.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 104 (41.02% from 255) = 46.02%
BLUE value IS 25 (10.16% from 255) = 11.06%
R=42.92%
G=46.02%
B=11.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97104250.0700.760.5965.3261.2425.29
Hex616819704C3B413d19
Octal1411503170114731017531
Binary110000111010001100111101001100111011100000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616819; }

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

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

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

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

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

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

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

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