#616803

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

Shades of Fiji Green #616803

Tints of Fiji Green #616803

Color information

#616803 (or 0x616803) is unknown color: approx Fiji Green. HEX triplet: 61, 68 and 03. RGB value is (97,104,3). Sum of RGB (Red+Green+Blue) = 97+104+3=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #616803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616803 is #9E97FC. Grayscale: #5A5A5A. Windows color (decimal): -10393597 or 223329. OLE color: 223329.

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

Color convert

RGB971043-
CMYK0.0700.970.59
HSL64.16º94.39%20.98%-
HSV(B)64.16º97.12%40.78%-
XYZ9.912.451.97-
YUV90.3978.68132.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 104 (41.02% from 255) = 50.98%
BLUE value IS 3 (1.56% from 255) = 1.47%
R=47.55%
G=50.98%
B=1.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9710430.0700.970.5964.1694.3920.98
Hex6168370613B405e15
Octal1411503701417310013625
Binary1100001110100011111011000011110111000000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616803; }

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

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

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

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

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

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

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

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