#616910

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

Shades of Fiji Green #616910

Tints of Fiji Green #616910

Color information

#616910 (or 0x616910) is unknown color: approx Fiji Green. HEX triplet: 61, 69 and 10. RGB value is (97,105,16). Sum of RGB (Red+Green+Blue) = 97+105+16=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #616910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616910 is #9E96EF. Grayscale: #5C5C5C. Windows color (decimal): -10393328 or 1075553. OLE color: 1075553.

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

Color convert

RGB9710516-
CMYK0.0800.850.59
HSL65.39º73.55%23.73%-
HSV(B)65.39º84.76%41.18%-
XYZ10.0712.682.41-
YUV92.4684.85131.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 105 (41.41% from 255) = 48.17%
BLUE value IS 16 (6.64% from 255) = 7.34%
R=44.50%
G=48.17%
B=7.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105160.0800.850.5965.3973.5523.73
Hex61691080553B414a18
Octal141151201001257310111230
Binary11000011101001100001000010101011110111000001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616910; }

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

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

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

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

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

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

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

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