#64680E

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

Shades of Fiji Green #64680E

Tints of Fiji Green #64680E

Color information

#64680E (or 0x64680E) is unknown color: approx Fiji Green. HEX triplet: 64, 68 and 0E. RGB value is (100,104,14). Sum of RGB (Red+Green+Blue) = 100+104+14=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #64680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64680E is #9B97F1. Grayscale: #5C5C5C. Windows color (decimal): -10196978 or 944228. OLE color: 944228.

HSL color Cylindrical-coordinate representation of color #64680E: hue angle of 62.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64680E is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB10010414-
CMYK0.0400.870.59
HSL62.67º76.27%23.14%-
HSV(B)62.67º86.54%40.78%-
XYZ10.2912.642.31-
YUV92.5483.67133.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 14 (5.86% from 255) = 6.42%
R=45.87%
G=47.71%
B=6.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100104140.0400.870.5962.6776.2723.14
Hex6468E40573B3f4c17
Octal1441501640127737711427
Binary11001001101000111010001010111111011111111100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64680E; }

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

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

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

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

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

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

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

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