#616B14

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

Shades of Fiji Green #616B14

Tints of Fiji Green #616B14

Color information

#616B14 (or 0x616B14) is unknown color: approx Fiji Green. HEX triplet: 61, 6B and 14. RGB value is (97,107,20). Sum of RGB (Red+Green+Blue) = 97+107+20=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #616B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616B14 is #9E94EB. Grayscale: #5E5E5E. Windows color (decimal): -10392812 or 1338209. OLE color: 1338209.

HSL color Cylindrical-coordinate representation of color #616B14: hue angle of 66.9º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #616B14 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB9710720-
CMYK0.0900.810.58
HSL66.9º68.5%24.9%-
HSV(B)66.9º81.31%41.96%-
XYZ10.3113.112.65-
YUV94.0986.19130.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 107 (42.19% from 255) = 47.77%
BLUE value IS 20 (8.20% from 255) = 8.93%
R=43.30%
G=47.77%
B=8.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97107200.0900.810.5866.968.524.9
Hex616B1490513A434519
Octal141153241101217210310531
Binary11000011101011101001001010100011110101000011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616B14; }

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

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

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

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

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

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

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

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