#64751F

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

Shades of Fiji Green #64751F

Tints of Fiji Green #64751F

Color information

#64751F (or 0x64751F) is unknown color: approx Fiji Green. HEX triplet: 64, 75 and 1F. RGB value is (100,117,31). Sum of RGB (Red+Green+Blue) = 100+117+31=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #64751F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64751F is #9B8AE0. Grayscale: #666666. Windows color (decimal): -10193633 or 2061668. OLE color: 2061668.

HSL color Cylindrical-coordinate representation of color #64751F: hue angle of 71.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64751F is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB10011731-
CMYK0.1500.740.54
HSL71.86º58.11%29.02%-
HSV(B)71.86º73.5%45.88%-
XYZ11.8615.533.67-
YUV102.1187.87126.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 31 (12.5% from 255) = 12.5%
R=40.32%
G=47.18%
B=12.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100117310.1500.740.5471.8658.1129.02
Hex64751FF04A36483a1d
Octal14416537170112661107235
Binary1100100111010111111111101001010110110100100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64751F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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