#6A680D

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

Shades of Fiji Green #6A680D

Tints of Fiji Green #6A680D

Color information

#6A680D (or 0x6A680D) is unknown color: approx Fiji Green. HEX triplet: 6A, 68 and 0D. RGB value is (106,104,13). Sum of RGB (Red+Green+Blue) = 106+104+13=223 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.53% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 106 - color contains mainly: red. Hex color #6A680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A680D is #9597F2. Grayscale: #5E5E5E. Windows color (decimal): -9803763 or 878698. OLE color: 878698.

HSL color Cylindrical-coordinate representation of color #6A680D: hue angle of 58.71º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A680D is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB10610413-
CMYK00.020.880.58
HSL58.71º78.15%23.33%-
HSV(B)58.71º87.74%41.57%-
XYZ10.9712.992.31-
YUV94.2282.16136.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.53%
GREEN value IS 104 (41.02% from 255) = 46.64%
BLUE value IS 13 (5.47% from 255) = 5.83%
R=47.53%
G=46.64%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061041300.020.880.5858.7178.1523.33
Hex6A68D02583A3b4e17
Octal1521501502130727311627
Binary1101010110100011010101011000111010111011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A680D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A680D; }

 p { color: rgb(106,104,13); }

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

<style>
 a { background-color: #6A680D; }

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

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

<style>
 span { border-color: #6A680D; }

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

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