#64781F

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

Shades of Fiji Green #64781F

Tints of Fiji Green #64781F

Color information

#64781F (or 0x64781F) is unknown color: approx Fiji Green. HEX triplet: 64, 78 and 1F. RGB value is (100,120,31). Sum of RGB (Red+Green+Blue) = 100+120+31=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #64781F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64781F is #9B87E0. Grayscale: #686868. Windows color (decimal): -10192865 or 2062436. OLE color: 2062436.

HSL color Cylindrical-coordinate representation of color #64781F: hue angle of 73.48º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64781F is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB10012031-
CMYK0.1700.740.53
HSL73.48º58.94%29.61%-
HSV(B)73.48º74.17%47.06%-
XYZ12.2216.243.79-
YUV103.8786.87125.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 120 (47.27% from 255) = 47.81%
BLUE value IS 31 (12.5% from 255) = 12.35%
R=39.84%
G=47.81%
B=12.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100120310.1700.740.5373.4858.9429.61
Hex64781F1104A35493b1e
Octal14417037210112651117336
Binary11001001111000111111000101001010110101100100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64781F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64781F; }

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

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

<style>
 a { background-color: #64781F; }

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

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

<style>
 span { border-color: #64781F; }

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

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