#616314

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

Shades of Fiji Green #616314

Tints of Fiji Green #616314

Color information

#616314 (or 0x616314) is unknown color: approx Fiji Green. HEX triplet: 61, 63 and 14. RGB value is (97,99,20). Sum of RGB (Red+Green+Blue) = 97+99+20=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #616314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616314 is #9E9CEB. Grayscale: #595959. Windows color (decimal): -10394860 or 1336161. OLE color: 1336161.

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

Color convert

RGB979920-
CMYK0.0200.800.61
HSL61.52º66.39%23.33%-
HSV(B)61.52º79.8%38.82%-
XYZ9.5211.522.38-
YUV89.488.84133.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 99 (39.06% from 255) = 45.83%
BLUE value IS 20 (8.20% from 255) = 9.26%
R=44.91%
G=45.83%
B=9.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9799200.0200.800.6161.5266.3923.33
Hex61631420503D3e4217
Octal1411432420120757610227
Binary11000011100011101001001010000111101111110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616314; }

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

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

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

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

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

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

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

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