#64771A

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

Shades of Fiji Green #64771A

Tints of Fiji Green #64771A

Color information

#64771A (or 0x64771A) is unknown color: approx Fiji Green. HEX triplet: 64, 77 and 1A. RGB value is (100,119,26). Sum of RGB (Red+Green+Blue) = 100+119+26=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #64771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64771A is #9B88E5. Grayscale: #676767. Windows color (decimal): -10193126 or 1734500. OLE color: 1734500.

HSL color Cylindrical-coordinate representation of color #64771A: hue angle of 72.26º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64771A is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB10011926-
CMYK0.1600.780.53
HSL72.26º64.14%28.43%-
HSV(B)72.26º78.15%46.67%-
XYZ12.0415.983.43-
YUV102.7284.71126.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.82%
GREEN value IS 119 (46.88% from 255) = 48.57%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=40.82%
G=48.57%
B=10.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100119260.1600.780.5372.2664.1428.43
Hex64771A1004E3548401c
Octal144167322001166511010034
Binary110010011101111101010000010011101101011001000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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