#617200

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

Shades of Fiji Green #617200

Tints of Fiji Green #617200

Color information

#617200 (or 0x617200) is unknown color: approx Fiji Green. HEX triplet: 61, 72 and 00. RGB value is (97,114,0). Sum of RGB (Red+Green+Blue) = 97+114+0=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #617200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617200 is #9E8DFF. Grayscale: #606060. Windows color (decimal): -10391040 or 29281. OLE color: 29281.

HSL color Cylindrical-coordinate representation of color #617200: hue angle of 68.95º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #617200 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB971140-
CMYK0.15010.55
HSL68.95º100%22.35%-
HSV(B)68.95º100%44.71%-
XYZ10.9514.582.24-
YUV95.9273.87128.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 114 (44.92% from 255) = 54.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.97%
G=54.03%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9711400.15010.5568.9510022.35
Hex61720F06437456416
Octal14116201701446710514426
Binary1100001111001001111011001001101111000101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617200; }

 p { color: rgb(97,114,0); }

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

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

 a { background-color: rgb(97,114,0); }

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

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

 span { border-color: rgb(97,114,0); }

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