#616008

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

Shades of Fiji Green #616008

Tints of Fiji Green #616008

Color information

#616008 (or 0x616008) is unknown color: approx Fiji Green. HEX triplet: 61, 60 and 08. RGB value is (97,96,8). Sum of RGB (Red+Green+Blue) = 97+96+8=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #616008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616008 is #9E9FF7. Grayscale: #565656. Windows color (decimal): -10395640 or 548961. OLE color: 548961.

HSL color Cylindrical-coordinate representation of color #616008: hue angle of 59.33º 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 #616008 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB97968-
CMYK00.010.920.62
HSL59.33º84.76%20.59%-
HSV(B)59.33º91.75%38.04%-
XYZ9.1610.921.86-
YUV86.2783.83135.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 96 (37.89% from 255) = 47.76%
BLUE value IS 8 (3.52% from 255) = 3.98%
R=48.26%
G=47.76%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9796800.010.920.6259.3384.7620.59
Hex61608015C3E3b5515
Octal1411401001134767312525
Binary110000111000001000011011100111110111011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616008; }

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

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

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

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

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

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

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

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