#64721F

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

Shades of Fiji Green #64721F

Tints of Fiji Green #64721F

Color information

#64721F (or 0x64721F) is unknown color: approx Fiji Green. HEX triplet: 64, 72 and 1F. RGB value is (100,114,31). Sum of RGB (Red+Green+Blue) = 100+114+31=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #64721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64721F is #9B8DE0. Grayscale: #646464. Windows color (decimal): -10194401 or 2060900. OLE color: 2060900.

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

Color convert

RGB10011431-
CMYK0.1200.730.55
HSL70.12º57.24%28.43%-
HSV(B)70.12º72.81%44.71%-
XYZ11.5214.843.55-
YUV100.3588.86127.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.82%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 31 (12.5% from 255) = 12.65%
R=40.82%
G=46.53%
B=12.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100114310.1200.730.5570.1257.2428.43
Hex64721FC0493746391c
Octal14416237140111671067134
Binary1100100111001011111110001001001110111100011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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