#68650C

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

Shades of Fiji Green #68650C

Tints of Fiji Green #68650C

Color information

#68650C (or 0x68650C) is unknown color: approx Fiji Green. HEX triplet: 68, 65 and 0C. RGB value is (104,101,12). Sum of RGB (Red+Green+Blue) = 104+101+12=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68650C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68650C is #979AF3. Grayscale: #5C5C5C. Windows color (decimal): -9935604 or 812392. OLE color: 812392.

HSL color Cylindrical-coordinate representation of color #68650C: hue angle of 58.04º 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 #68650C is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB10410112-
CMYK00.030.880.59
HSL58.04º79.31%22.75%-
HSV(B)58.04º88.46%40.78%-
XYZ10.4312.282.17-
YUV91.7582.99136.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 101 (39.84% from 255) = 46.54%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=47.93%
G=46.54%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041011200.030.880.5958.0479.3122.75
Hex6865C03583B3a4f17
Octal1501451403130737211727
Binary1101000110010111000111011000111011111010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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