#617010

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

Shades of Fiji Green #617010

Tints of Fiji Green #617010

Color information

#617010 (or 0x617010) is unknown color: approx Fiji Green. HEX triplet: 61, 70 and 10. RGB value is (97,112,16). Sum of RGB (Red+Green+Blue) = 97+112+16=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #617010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617010 is #9E8FEF. Grayscale: #606060. Windows color (decimal): -10391536 or 1077345. OLE color: 1077345.

HSL color Cylindrical-coordinate representation of color #617010: hue angle of 69.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #617010 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB9711216-
CMYK0.1300.860.56
HSL69.38º75%25.1%-
HSV(B)69.38º85.71%43.92%-
XYZ10.8214.172.65-
YUV96.5782.53128.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 16 (6.64% from 255) = 7.11%
R=43.11%
G=49.78%
B=7.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97112160.1300.860.5669.387525.1
Hex617010D05638454b19
Octal141160201501267010511331
Binary11000011110000100001101010101101110001000101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617010; }

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

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

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

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

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

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

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

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