#617320

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

Shades of Fiji Green #617320

Tints of Fiji Green #617320

Color information

#617320 (or 0x617320) is unknown color: approx Fiji Green. HEX triplet: 61, 73 and 20. RGB value is (97,115,32). Sum of RGB (Red+Green+Blue) = 97+115+32=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #617320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617320 is #9E8CDF. Grayscale: #646464. Windows color (decimal): -10390752 or 2126689. OLE color: 2126689.

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

Color convert

RGB9711532-
CMYK0.1600.720.55
HSL73.01º56.46%28.82%-
HSV(B)73.01º72.17%45.1%-
XYZ11.3214.913.65-
YUV100.1689.54125.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 115 (45.31% from 255) = 47.13%
BLUE value IS 32 (12.89% from 255) = 13.11%
R=39.75%
G=47.13%
B=13.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97115320.1600.720.5573.0156.4628.82
Hex617320100483749381d
Octal14116340200110671117035
Binary110000111100111000001000001001000110111100100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617320; }

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

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

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

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

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

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

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

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