#646E0E

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

Shades of Fiji Green #646E0E

Tints of Fiji Green #646E0E

Color information

#646E0E (or 0x646E0E) is unknown color: approx Fiji Green. HEX triplet: 64, 6E and 0E. RGB value is (100,110,14). Sum of RGB (Red+Green+Blue) = 100+110+14=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 110 - color contains mainly: green. Hex color #646E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646E0E is #9B91F1. Grayscale: #606060. Windows color (decimal): -10195442 or 945764. OLE color: 945764.

HSL color Cylindrical-coordinate representation of color #646E0E: hue angle of 66.25º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #646E0E is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.57.

Color convert

RGB10011014-
CMYK0.0900.870.57
HSL66.25º77.42%24.31%-
HSV(B)66.25º87.27%43.14%-
XYZ10.9113.892.52-
YUV96.0781.69130.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.64%
GREEN value IS 110 (43.36% from 255) = 49.11%
BLUE value IS 14 (5.86% from 255) = 6.25%
R=44.64%
G=49.11%
B=6.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100110140.0900.870.5766.2577.4224.31
Hex646EE905739424d18
Octal144156161101277110211530
Binary1100100110111011101001010101111110011000010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,110,14); }

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

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

 a { background-color: rgb(100,110,14); }

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

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

 span { border-color: rgb(100,110,14); }

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