#617316

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

Shades of Fiji Green #617316

Tints of Fiji Green #617316

Color information

#617316 (or 0x617316) is unknown color: approx Fiji Green. HEX triplet: 61, 73 and 16. RGB value is (97,115,22). Sum of RGB (Red+Green+Blue) = 97+115+22=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #617316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617316 is #9E8CE9. Grayscale: #636363. Windows color (decimal): -10390762 or 1471329. OLE color: 1471329.

HSL color Cylindrical-coordinate representation of color #617316: hue angle of 71.61º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #617316 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB9711522-
CMYK0.1600.810.55
HSL71.61º67.88%26.86%-
HSV(B)71.61º80.87%45.1%-
XYZ11.2114.863.04-
YUV99.0284.54126.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 115 (45.31% from 255) = 49.15%
BLUE value IS 22 (8.98% from 255) = 9.40%
R=41.45%
G=49.15%
B=9.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97115220.1600.810.5571.6167.8826.86
Hex617316100513748441b
Octal141163262001216711010433
Binary110000111100111011010000010100011101111001000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617316; }

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

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

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

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

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

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

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

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