#616802

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

Shades of Fiji Green #616802

Tints of Fiji Green #616802

Color information

#616802 (or 0x616802) is unknown color: approx Fiji Green. HEX triplet: 61, 68 and 02. RGB value is (97,104,2). Sum of RGB (Red+Green+Blue) = 97+104+2=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #616802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616802 is #9E97FD. Grayscale: #5A5A5A. Windows color (decimal): -10393598 or 157793. OLE color: 157793.

HSL color Cylindrical-coordinate representation of color #616802: hue angle of 64.12º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #616802 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB971042-
CMYK0.0700.980.59
HSL64.12º96.23%20.78%-
HSV(B)64.12º98.08%40.78%-
XYZ9.8912.451.94-
YUV90.2878.18132.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 104 (41.02% from 255) = 51.23%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=47.78%
G=51.23%
B=0.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9710420.0700.980.5964.1296.2320.78
Hex6168270623B406015
Octal1411502701427310014025
Binary1100001110100010111011000101110111000000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616802; }

 p { color: rgb(97,104,2); }

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

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

 a { background-color: rgb(97,104,2); }

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

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

 span { border-color: rgb(97,104,2); }

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