#64721D

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

Shades of Fiji Green #64721D

Tints of Fiji Green #64721D

Color information

#64721D (or 0x64721D) is unknown color: approx Fiji Green. HEX triplet: 64, 72 and 1D. RGB value is (100,114,29). Sum of RGB (Red+Green+Blue) = 100+114+29=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #64721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64721D is #9B8DE2. Grayscale: #646464. Windows color (decimal): -10194403 or 1929828. OLE color: 1929828.

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

Color convert

RGB10011429-
CMYK0.1200.750.55
HSL69.88º59.44%28.04%-
HSV(B)69.88º74.56%44.71%-
XYZ11.4914.833.42-
YUV100.1287.86127.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.15%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 29 (11.72% from 255) = 11.93%
R=41.15%
G=46.91%
B=11.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100114290.1200.750.5569.8859.4428.04
Hex64721DC04B37463b1c
Octal14416235140113671067334
Binary1100100111001011101110001001011110111100011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64721D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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