#616D00

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

Shades of Fiji Green #616D00

Tints of Fiji Green #616D00

Color information

#616D00 (or 0x616D00) is unknown color: approx Fiji Green. HEX triplet: 61, 6D and 00. RGB value is (97,109,0). Sum of RGB (Red+Green+Blue) = 97+109+0=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #616D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616D00 is #9E92FF. Grayscale: #5D5D5D. Windows color (decimal): -10392320 or 28001. OLE color: 28001.

HSL color Cylindrical-coordinate representation of color #616D00: hue angle of 66.61º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #616D00 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB971090-
CMYK0.11010.57
HSL66.61º100%21.37%-
HSV(B)66.61º100%42.75%-
XYZ10.413.482.05-
YUV92.9975.52130.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 109 (42.97% from 255) = 52.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.09%
G=52.91%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9710900.11010.5766.6110021.37
Hex616D0B06439436415
Octal14115501301447110314425
Binary1100001110110101011011001001110011000011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,109,0); }

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

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

 a { background-color: rgb(97,109,0); }

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

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

 span { border-color: rgb(97,109,0); }

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