#646F16

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

Shades of Fiji Green #646F16

Tints of Fiji Green #646F16

Color information

#646F16 (or 0x646F16) is unknown color: approx Fiji Green. HEX triplet: 64, 6F and 16. RGB value is (100,111,22). Sum of RGB (Red+Green+Blue) = 100+111+22=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 111 - color contains mainly: green. Hex color #646F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646F16 is #9B90E9. Grayscale: #616161. Windows color (decimal): -10195178 or 1470308. OLE color: 1470308.

HSL color Cylindrical-coordinate representation of color #646F16: hue angle of 67.42º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #646F16 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB10011122-
CMYK0.1000.800.56
HSL67.42º66.92%26.08%-
HSV(B)67.42º80.18%43.53%-
XYZ11.0814.142.9-
YUV97.5685.36129.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.92%
GREEN value IS 111 (43.75% from 255) = 47.64%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=42.92%
G=47.64%
B=9.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100111220.1000.800.5667.4266.9226.08
Hex646F16A0503843431a
Octal144157261201207010310332
Binary11001001101111101101010010100001110001000011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646F16; }

 p { color: rgb(100,111,22); }

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

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

 a { background-color: rgb(100,111,22); }

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

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

 span { border-color: rgb(100,111,22); }

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