#616003

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

Shades of Fiji Green #616003

Tints of Fiji Green #616003

Color information

#616003 (or 0x616003) is unknown color: approx Fiji Green. HEX triplet: 61, 60 and 03. RGB value is (97,96,3). Sum of RGB (Red+Green+Blue) = 97+96+3=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #616003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616003 is #9E9FFC. Grayscale: #565656. Windows color (decimal): -10395645 or 221281. OLE color: 221281.

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

Color convert

RGB97963-
CMYK00.010.970.62
HSL59.36º94%19.61%-
HSV(B)59.36º96.91%38.04%-
XYZ9.1310.911.71-
YUV85.781.33136.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 3 (1.56% from 255) = 1.53%
R=49.49%
G=48.98%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9796300.010.970.6259.369419.61
Hex6160301613E3b5e14
Octal141140301141767313624
Binary1100001110000011011100001111110111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616003; }

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

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

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

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

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

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

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

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