#68680C

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

Shades of Fiji Green #68680C

Tints of Fiji Green #68680C

Color information

#68680C (or 0x68680C) is unknown color: approx Fiji Green. HEX triplet: 68, 68 and 0C. RGB value is (104,104,12). Sum of RGB (Red+Green+Blue) = 104+104+12=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68680C is #9797F3. Grayscale: #5D5D5D. Windows color (decimal): -9934836 or 813160. OLE color: 813160.

HSL color Cylindrical-coordinate representation of color #68680C: hue angle of 60º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68680C is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB10410412-
CMYK000.880.59
HSL60º79.31%22.75%-
HSV(B)60º88.46%40.78%-
XYZ10.7312.872.27-
YUV93.5182135.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 104 (41.02% from 255) = 47.27%
BLUE value IS 12 (5.08% from 255) = 5.45%
R=47.27%
G=47.27%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410412000.880.596079.3122.75
Hex6868C00583B3c4f17
Octal1501501400130737411727
Binary110100011010001100001011000111011111100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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