#64781C

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

Shades of Fiji Green #64781C

Tints of Fiji Green #64781C

Color information

#64781C (or 0x64781C) is unknown color: approx Fiji Green. HEX triplet: 64, 78 and 1C. RGB value is (100,120,28). Sum of RGB (Red+Green+Blue) = 100+120+28=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #64781C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64781C is #9B87E3. Grayscale: #676767. Windows color (decimal): -10192868 or 1865828. OLE color: 1865828.

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

Color convert

RGB10012028-
CMYK0.1700.770.53
HSL73.04º62.16%29.02%-
HSV(B)73.04º76.67%47.06%-
XYZ12.1816.233.59-
YUV103.5385.37125.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 28 (11.33% from 255) = 11.29%
R=40.32%
G=48.39%
B=11.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100120280.1700.770.5373.0462.1629.02
Hex64781C1104D35493e1d
Octal14417034210115651117635
Binary11001001111000111001000101001101110101100100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64781C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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