#68640B

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

Shades of Fiji Green #68640B

Tints of Fiji Green #68640B

Color information

#68640B (or 0x68640B) is unknown color: approx Fiji Green. HEX triplet: 68, 64 and 0B. RGB value is (104,100,11). Sum of RGB (Red+Green+Blue) = 104+100+11=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68640B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68640B is #979BF4. Grayscale: #5B5B5B. Windows color (decimal): -9935861 or 746600. OLE color: 746600.

HSL color Cylindrical-coordinate representation of color #68640B: hue angle of 57.42º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68640B is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB10410011-
CMYK00.040.890.59
HSL57.42º80.87%22.55%-
HSV(B)57.42º89.42%40.78%-
XYZ10.3312.082.1-
YUV91.0582.83137.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=48.37%
G=46.51%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041001100.040.890.5957.4280.8722.55
Hex6864B04593B395117
Octal1501441304131737112127
Binary11010001100100101101001011001111011111001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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