#616600

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

Shades of Fiji Green #616600

Tints of Fiji Green #616600

Color information

#616600 (or 0x616600) is unknown color: approx Fiji Green. HEX triplet: 61, 66 and 00. RGB value is (97,102,0). Sum of RGB (Red+Green+Blue) = 97+102+0=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #616600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616600 is #9E99FF. Grayscale: #595959. Windows color (decimal): -10394112 or 26209. OLE color: 26209.

HSL color Cylindrical-coordinate representation of color #616600: hue angle of 62.94º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #616600 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB971020-
CMYK0.05010.6
HSL62.94º100%20%-
HSV(B)62.94º100%40%-
XYZ9.6812.041.81-
YUV88.8877.84133.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 102 (40.23% from 255) = 51.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.74%
G=51.26%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9710200.05010.662.9410020
Hex6166050643C3f6414
Octal141146050144747714424
Binary11000011100110010101100100111100111111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616600; }

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

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

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

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

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

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

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

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