#64730A

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

Shades of Fiji Green #64730A

Tints of Fiji Green #64730A

Color information

#64730A (or 0x64730A) is unknown color: approx Fiji Green. HEX triplet: 64, 73 and 0A. RGB value is (100,115,10). Sum of RGB (Red+Green+Blue) = 100+115+10=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #64730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64730A is #9B8CF5. Grayscale: #626262. Windows color (decimal): -10194166 or 684900. OLE color: 684900.

HSL color Cylindrical-coordinate representation of color #64730A: hue angle of 68.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64730A is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB10011510-
CMYK0.1300.910.55
HSL68.57º84%24.51%-
HSV(B)68.57º91.3%45.1%-
XYZ11.4414.992.58-
YUV98.5478.03129.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.44%
GREEN value IS 115 (45.31% from 255) = 51.11%
BLUE value IS 10 (4.30% from 255) = 4.44%
R=44.44%
G=51.11%
B=4.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100115100.1300.910.5568.578424.51
Hex6473AD05B37455419
Octal144163121501336710512431
Binary1100100111001110101101010110111101111000101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64730A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,115,10); }

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

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

 a { background-color: rgb(100,115,10); }

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

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

 span { border-color: rgb(100,115,10); }

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