#64711F

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

Shades of Fiji Green #64711F

Tints of Fiji Green #64711F

Color information

#64711F (or 0x64711F) is unknown color: approx Fiji Green. HEX triplet: 64, 71 and 1F. RGB value is (100,113,31). Sum of RGB (Red+Green+Blue) = 100+113+31=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #64711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64711F is #9B8EE0. Grayscale: #646464. Windows color (decimal): -10194657 or 2060644. OLE color: 2060644.

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

Color convert

RGB10011331-
CMYK0.1200.730.56
HSL69.51º56.94%28.24%-
HSV(B)69.51º72.57%44.31%-
XYZ11.4114.623.52-
YUV99.7689.19128.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.98%
GREEN value IS 113 (44.53% from 255) = 46.31%
BLUE value IS 31 (12.5% from 255) = 12.70%
R=40.98%
G=46.31%
B=12.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100113310.1200.730.5669.5156.9428.24
Hex64711FC0493846391c
Octal14416137140111701067134
Binary1100100111000111111110001001001111000100011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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