#64721B

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

Shades of Fiji Green #64721B

Tints of Fiji Green #64721B

Color information

#64721B (or 0x64721B) is unknown color: approx Fiji Green. HEX triplet: 64, 72 and 1B. RGB value is (100,114,27). Sum of RGB (Red+Green+Blue) = 100+114+27=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #64721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64721B is #9B8DE4. Grayscale: #646464. Windows color (decimal): -10194405 or 1798756. OLE color: 1798756.

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

Color convert

RGB10011427-
CMYK0.1200.760.55
HSL69.66º61.7%27.65%-
HSV(B)69.66º76.32%44.71%-
XYZ11.4714.823.29-
YUV99.986.86128.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.49%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 27 (10.94% from 255) = 11.20%
R=41.49%
G=47.30%
B=11.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100114270.1200.760.5569.6661.727.65
Hex64721BC04C37463e1c
Octal14416233140114671067634
Binary1100100111001011011110001001100110111100011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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