#6A6812

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

Shades of Fiji Green #6A6812

Tints of Fiji Green #6A6812

Color information

#6A6812 (or 0x6A6812) is unknown color: approx Fiji Green. HEX triplet: 6A, 68 and 12. RGB value is (106,104,18). Sum of RGB (Red+Green+Blue) = 106+104+18=228 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.49% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6812 is #9597ED. Grayscale: #5F5F5F. Windows color (decimal): -9803758 or 1206378. OLE color: 1206378.

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

Color convert

RGB10610418-
CMYK00.020.830.58
HSL58.64º70.97%24.31%-
HSV(B)58.64º83.02%41.57%-
XYZ1113.012.5-
YUV94.7984.66135.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.49%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 18 (7.42% from 255) = 7.89%
R=46.49%
G=45.61%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061041800.020.830.5858.6470.9724.31
Hex6A681202533A3b4718
Octal1521502202123727310730
Binary11010101101000100100101010011111010111011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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