#64710B

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

Shades of Fiji Green #64710B

Tints of Fiji Green #64710B

Color information

#64710B (or 0x64710B) is unknown color: approx Fiji Green. HEX triplet: 64, 71 and 0B. RGB value is (100,113,11). Sum of RGB (Red+Green+Blue) = 100+113+11=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #64710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64710B is #9B8EF4. Grayscale: #616161. Windows color (decimal): -10194677 or 749924. OLE color: 749924.

HSL color Cylindrical-coordinate representation of color #64710B: hue angle of 67.65º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64710B is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB10011311-
CMYK0.1200.900.56
HSL67.65º82.26%24.31%-
HSV(B)67.65º90.27%44.31%-
XYZ11.2214.542.53-
YUV97.4879.19129.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.64%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 11 (4.69% from 255) = 4.91%
R=44.64%
G=50.45%
B=4.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100113110.1200.900.5667.6582.2624.31
Hex6471BC05A38445218
Octal144161131401327010412230
Binary1100100111000110111100010110101110001000100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64710B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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