#616901

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

Shades of Fiji Green #616901

Tints of Fiji Green #616901

Color information

#616901 (or 0x616901) is unknown color: approx Fiji Green. HEX triplet: 61, 69 and 01. RGB value is (97,105,1). Sum of RGB (Red+Green+Blue) = 97+105+1=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #616901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616901 is #9E96FE. Grayscale: #5B5B5B. Windows color (decimal): -10393343 or 92513. OLE color: 92513.

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

Color convert

RGB971051-
CMYK0.0800.990.59
HSL64.62º98.11%20.78%-
HSV(B)64.62º99.05%41.18%-
XYZ9.9912.651.94-
YUV90.7577.35132.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 105 (41.41% from 255) = 51.72%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=47.78%
G=51.72%
B=0.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9710510.0800.990.5964.6298.1120.78
Hex6169180633B416215
Octal14115111001437310114225
Binary1100001110100111000011000111110111000001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616901; }

 p { color: rgb(97,105,1); }

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

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

 a { background-color: rgb(97,105,1); }

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

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

 span { border-color: rgb(97,105,1); }

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