#68680F

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

Shades of Fiji Green #68680F

Tints of Fiji Green #68680F

Color information

#68680F (or 0x68680F) is unknown color: approx Fiji Green. HEX triplet: 68, 68 and 0F. RGB value is (104,104,15). Sum of RGB (Red+Green+Blue) = 104+104+15=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68680F is #9797F0. Grayscale: #5E5E5E. Windows color (decimal): -9934833 or 1009768. OLE color: 1009768.

HSL color Cylindrical-coordinate representation of color #68680F: hue angle of 60º 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 #68680F is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB10410415-
CMYK000.860.59
HSL60º74.79%23.33%-
HSV(B)60º85.58%40.78%-
XYZ10.7512.882.37-
YUV93.8583.5135.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 104 (41.02% from 255) = 46.64%
BLUE value IS 15 (6.25% from 255) = 6.73%
R=46.64%
G=46.64%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410415000.860.596074.7923.33
Hex6868F00563B3c4b17
Octal1501501700126737411327
Binary110100011010001111001010110111011111100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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