#616208

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

Shades of Fiji Green #616208

Tints of Fiji Green #616208

Color information

#616208 (or 0x616208) is unknown color: approx Fiji Green. HEX triplet: 61, 62 and 08. RGB value is (97,98,8). Sum of RGB (Red+Green+Blue) = 97+98+8=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #616208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616208 is #9E9DF7. Grayscale: #575757. Windows color (decimal): -10395128 or 549473. OLE color: 549473.

HSL color Cylindrical-coordinate representation of color #616208: hue angle of 60.67º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #616208 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB97988-
CMYK0.0100.920.62
HSL60.67º84.91%20.78%-
HSV(B)60.67º91.84%38.43%-
XYZ9.3411.291.92-
YUV87.4483.17134.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 8 (3.52% from 255) = 3.94%
R=47.78%
G=48.28%
B=3.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979880.0100.920.6260.6784.9120.78
Hex61628105C3E3d5515
Octal1411421010134767512525
Binary110000111000101000101011100111110111101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616208; }

 p { color: rgb(97,98,8); }

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

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

 a { background-color: rgb(97,98,8); }

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

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

 span { border-color: rgb(97,98,8); }

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