#6A6D0A

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

Shades of Fiji Green #6A6D0A

Tints of Fiji Green #6A6D0A

Color information

#6A6D0A (or 0x6A6D0A) is unknown color: approx Fiji Green. HEX triplet: 6A, 6D and 0A. RGB value is (106,109,10). Sum of RGB (Red+Green+Blue) = 106+109+10=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6D0A is #9592F5. Grayscale: #616161. Windows color (decimal): -9802486 or 683370. OLE color: 683370.

HSL color Cylindrical-coordinate representation of color #6A6D0A: hue angle of 61.82º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A6D0A is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.57.

Color convert

RGB10610910-
CMYK0.0300.910.57
HSL61.82º83.19%23.33%-
HSV(B)61.82º90.83%42.75%-
XYZ11.4714.022.39-
YUV96.8279.01134.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.11%
GREEN value IS 109 (42.97% from 255) = 48.44%
BLUE value IS 10 (4.30% from 255) = 4.44%
R=47.11%
G=48.44%
B=4.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106109100.0300.910.5761.8283.1923.33
Hex6A6DA305B393e5317
Octal1521551230133717612327
Binary1101010110110110101101011011111001111110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,109,10); }

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

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

 a { background-color: rgb(106,109,10); }

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

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

 span { border-color: rgb(106,109,10); }

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