#6A800C

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

Shades of Fiji Green #6A800C

Tints of Fiji Green #6A800C

Color information

#6A800C (or 0x6A800C) is unknown color: approx Fiji Green. HEX triplet: 6A, 80 and 0C. RGB value is (106,128,12). Sum of RGB (Red+Green+Blue) = 106+128+12=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #6A800C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A800C is #957FF3. Grayscale: #6C6C6C. Windows color (decimal): -9797620 or 819306. OLE color: 819306.

HSL color Cylindrical-coordinate representation of color #6A800C: hue angle of 71.38º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A800C is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB10612812-
CMYK0.1700.910.50
HSL71.38º82.86%27.45%-
HSV(B)71.38º90.62%50.2%-
XYZ13.7318.533.2-
YUV108.273.71126.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.09%
GREEN value IS 128 (50.39% from 255) = 52.03%
BLUE value IS 12 (5.08% from 255) = 4.88%
R=43.09%
G=52.03%
B=4.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal106128120.1700.910.5071.3882.8627.45
Hex6A80C1105B3247531b
Octal152200142101336210712333
Binary110101010000000110010001010110111100101000111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,128,12); }

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

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

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

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

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

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

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