#616113

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

Shades of Fiji Green #616113

Tints of Fiji Green #616113

Color information

#616113 (or 0x616113) is unknown color: approx Fiji Green. HEX triplet: 61, 61 and 13. RGB value is (97,97,19). Sum of RGB (Red+Green+Blue) = 97+97+19=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616113 is #9E9EEC. Grayscale: #585858. Windows color (decimal): -10395373 or 1270113. OLE color: 1270113.

HSL color Cylindrical-coordinate representation of color #616113: hue angle of 60º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #616113 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB979719-
CMYK000.800.62
HSL60º67.24%22.75%-
HSV(B)60º80.41%38.04%-
XYZ9.3211.142.27-
YUV88.1189134.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 19 (7.81% from 255) = 8.92%
R=45.54%
G=45.54%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979719000.800.626067.2422.75
Hex61611300503E3c4317
Octal1411412300120767410327
Binary1100001110000110011001010000111110111100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616113; }

 p { color: rgb(97,97,19); }

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

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

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

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

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

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

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