#617020

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

Shades of Fiji Green #617020

Tints of Fiji Green #617020

Color information

#617020 (or 0x617020) is unknown color: approx Fiji Green. HEX triplet: 61, 70 and 20. RGB value is (97,112,32). Sum of RGB (Red+Green+Blue) = 97+112+32=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #617020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617020 is #9E8FDF. Grayscale: #626262. Windows color (decimal): -10391520 or 2125921. OLE color: 2125921.

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

Color convert

RGB9711232-
CMYK0.1300.710.56
HSL71.25º55.56%28.24%-
HSV(B)71.25º71.43%43.92%-
XYZ10.9814.233.53-
YUV98.490.53127-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 32 (12.89% from 255) = 13.28%
R=40.25%
G=46.47%
B=13.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97112320.1300.710.5671.2555.5628.24
Hex617020D0473847381c
Octal14116040150107701077034
Binary11000011110000100000110101000111111000100011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617020; }

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

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

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

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

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

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

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

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