#617812

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

Shades of Fiji Green #617812

Tints of Fiji Green #617812

Color information

#617812 (or 0x617812) is unknown color: approx Fiji Green. HEX triplet: 61, 78 and 12. RGB value is (97,120,18). Sum of RGB (Red+Green+Blue) = 97+120+18=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #617812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617812 is #9E87ED. Grayscale: #656565. Windows color (decimal): -10389486 or 1210465. OLE color: 1210465.

HSL color Cylindrical-coordinate representation of color #617812: hue angle of 73.53º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #617812 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB9712018-
CMYK0.1900.850.53
HSL73.53º73.91%27.06%-
HSV(B)73.53º85%47.06%-
XYZ11.7616.023.04-
YUV101.580.88124.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 120 (47.27% from 255) = 51.06%
BLUE value IS 18 (7.42% from 255) = 7.66%
R=41.28%
G=51.06%
B=7.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97120180.1900.850.5373.5373.9127.06
Hex61781213055354a4a1b
Octal141170222301256511211233
Binary110000111110001001010011010101011101011001010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617812; }

 p { color: rgb(97,120,18); }

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

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

 a { background-color: rgb(97,120,18); }

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

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

 span { border-color: rgb(97,120,18); }

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