#64720F

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

Shades of Fiji Green #64720F

Tints of Fiji Green #64720F

Color information

#64720F (or 0x64720F) is unknown color: approx Fiji Green. HEX triplet: 64, 72 and 0F. RGB value is (100,114,15). Sum of RGB (Red+Green+Blue) = 100+114+15=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #64720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64720F is #9B8DF0. Grayscale: #626262. Windows color (decimal): -10194417 or 1012324. OLE color: 1012324.

HSL color Cylindrical-coordinate representation of color #64720F: hue angle of 68.48º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64720F is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB10011415-
CMYK0.1200.870.55
HSL68.48º76.74%25.29%-
HSV(B)68.48º86.84%44.71%-
XYZ11.3614.782.71-
YUV98.5380.86129.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.67%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 15 (6.25% from 255) = 6.55%
R=43.67%
G=49.78%
B=6.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100114150.1200.870.5568.4876.7425.29
Hex6472FC05737444d19
Octal144162171401276710411531
Binary1100100111001011111100010101111101111000100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,114,15); }

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

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

 a { background-color: rgb(100,114,15); }

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

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

 span { border-color: rgb(100,114,15); }

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