#64780E

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

Shades of Fiji Green #64780E

Tints of Fiji Green #64780E

Color information

#64780E (or 0x64780E) is unknown color: approx Fiji Green. HEX triplet: 64, 78 and 0E. RGB value is (100,120,14). Sum of RGB (Red+Green+Blue) = 100+120+14=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #64780E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64780E is #9B87F1. Grayscale: #666666. Windows color (decimal): -10192882 or 948324. OLE color: 948324.

HSL color Cylindrical-coordinate representation of color #64780E: hue angle of 71.32º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64780E is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB10012014-
CMYK0.1700.880.53
HSL71.32º79.1%26.27%-
HSV(B)71.32º88.33%47.06%-
XYZ12.0516.172.9-
YUV101.9478.37126.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.74%
GREEN value IS 120 (47.27% from 255) = 51.28%
BLUE value IS 14 (5.86% from 255) = 5.98%
R=42.74%
G=51.28%
B=5.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100120140.1700.880.5371.3279.126.27
Hex6478E1105835474f1a
Octal144170162101306510711732
Binary11001001111000111010001010110001101011000111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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