#68640F

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

Shades of Fiji Green #68640F

Tints of Fiji Green #68640F

Color information

#68640F (or 0x68640F) is unknown color: approx Fiji Green. HEX triplet: 68, 64 and 0F. RGB value is (104,100,15). Sum of RGB (Red+Green+Blue) = 104+100+15=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68640F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68640F is #979BF0. Grayscale: #5B5B5B. Windows color (decimal): -9935857 or 1008744. OLE color: 1008744.

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

Color convert

RGB10410015-
CMYK00.040.860.59
HSL57.3º74.79%23.33%-
HSV(B)57.3º85.58%40.78%-
XYZ10.3512.092.24-
YUV91.5184.83136.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=47.49%
G=45.66%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041001500.040.860.5957.374.7923.33
Hex6864F04563B394b17
Octal1501441704126737111327
Binary11010001100100111101001010110111011111001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68640F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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