#617A16

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

Shades of Fiji Green #617A16

Tints of Fiji Green #617A16

Color information

#617A16 (or 0x617A16) is unknown color: approx Fiji Green. HEX triplet: 61, 7A and 16. RGB value is (97,122,22). Sum of RGB (Red+Green+Blue) = 97+122+22=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #617A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617A16 is #9E85E9. Grayscale: #676767. Windows color (decimal): -10388970 or 1473121. OLE color: 1473121.

HSL color Cylindrical-coordinate representation of color #617A16: hue angle of 75º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #617A16 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB9712222-
CMYK0.2000.820.52
HSL75º69.44%28.24%-
HSV(B)75º81.97%47.84%-
XYZ12.0316.523.31-
YUV103.1282.22123.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 122 (48.05% from 255) = 50.62%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=40.25%
G=50.62%
B=9.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97122220.2000.820.527569.4428.24
Hex617A1614052344b451c
Octal141172262401226411310534
Binary110000111110101011010100010100101101001001011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617A16; }

 p { color: rgb(97,122,22); }

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

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

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

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

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

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

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