#64681E

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

Shades of Fiji Green #64681E

Tints of Fiji Green #64681E

Color information

#64681E (or 0x64681E) is unknown color: approx Fiji Green. HEX triplet: 64, 68 and 1E. RGB value is (100,104,30). Sum of RGB (Red+Green+Blue) = 100+104+30=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #64681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64681E is #9B97E1. Grayscale: #5E5E5E. Windows color (decimal): -10196962 or 1992804. OLE color: 1992804.

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

Color convert

RGB10010430-
CMYK0.0400.710.59
HSL63.24º55.22%26.27%-
HSV(B)63.24º71.15%40.78%-
XYZ10.4412.73.13-
YUV94.3791.67132.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.74%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 30 (12.11% from 255) = 12.82%
R=42.74%
G=44.44%
B=12.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100104300.0400.710.5963.2455.2226.27
Hex64681E40473B3f371a
Octal144150364010773776732
Binary11001001101000111101000100011111101111111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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