#616214

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

Shades of Fiji Green #616214

Tints of Fiji Green #616214

Color information

#616214 (or 0x616214) is unknown color: approx Fiji Green. HEX triplet: 61, 62 and 14. RGB value is (97,98,20). Sum of RGB (Red+Green+Blue) = 97+98+20=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #616214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616214 is #9E9DEB. Grayscale: #595959. Windows color (decimal): -10395116 or 1335905. OLE color: 1335905.

HSL color Cylindrical-coordinate representation of color #616214: hue angle of 60.77º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #616214 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB979820-
CMYK0.0100.800.62
HSL60.77º66.1%23.14%-
HSV(B)60.77º79.59%38.43%-
XYZ9.4211.332.35-
YUV88.8189.17133.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 20 (8.20% from 255) = 9.30%
R=45.12%
G=45.58%
B=9.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798200.0100.800.6260.7766.123.14
Hex61621410503E3d4217
Octal1411422410120767510227
Binary1100001110001010100101010000111110111101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616214; }

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

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

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

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

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

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

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

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