#64681A

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

Shades of Fiji Green #64681A

Tints of Fiji Green #64681A

Color information

#64681A (or 0x64681A) is unknown color: approx Fiji Green. HEX triplet: 64, 68 and 1A. RGB value is (100,104,26). Sum of RGB (Red+Green+Blue) = 100+104+26=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #64681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64681A is #9B97E5. Grayscale: #5E5E5E. Windows color (decimal): -10196966 or 1730660. OLE color: 1730660.

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

Color convert

RGB10010426-
CMYK0.0400.750.59
HSL63.08º60%25.49%-
HSV(B)63.08º75%40.78%-
XYZ10.3912.682.88-
YUV93.9189.67132.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.48%
GREEN value IS 104 (41.02% from 255) = 45.22%
BLUE value IS 26 (10.55% from 255) = 11.30%
R=43.48%
G=45.22%
B=11.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100104260.0400.750.5963.086025.49
Hex64681A404B3B3f3c19
Octal144150324011373777431
Binary11001001101000110101000100101111101111111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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