#6A680B

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

Shades of Fiji Green #6A680B

Tints of Fiji Green #6A680B

Color information

#6A680B (or 0x6A680B) is unknown color: approx Fiji Green. HEX triplet: 6A, 68 and 0B. RGB value is (106,104,11). Sum of RGB (Red+Green+Blue) = 106+104+11=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 106 - color contains mainly: red. Hex color #6A680B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A680B is #9597F4. Grayscale: #5E5E5E. Windows color (decimal): -9803765 or 747626. OLE color: 747626.

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

Color convert

RGB10610411-
CMYK00.020.900.58
HSL58.74º81.2%22.94%-
HSV(B)58.74º89.62%41.57%-
XYZ10.9512.992.25-
YUV9481.16136.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.96%
GREEN value IS 104 (41.02% from 255) = 47.06%
BLUE value IS 11 (4.69% from 255) = 4.98%
R=47.96%
G=47.06%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061041100.020.900.5858.7481.222.94
Hex6A68B025A3A3b5117
Octal1521501302132727312127
Binary1101010110100010110101011010111010111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A680B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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