#6A6708

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

Shades of Fiji Green #6A6708

Tints of Fiji Green #6A6708

Color information

#6A6708 (or 0x6A6708) is unknown color: approx Fiji Green. HEX triplet: 6A, 67 and 08. RGB value is (106,103,8). Sum of RGB (Red+Green+Blue) = 106+103+8=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6708 is #9598F7. Grayscale: #5D5D5D. Windows color (decimal): -9804024 or 550762. OLE color: 550762.

HSL color Cylindrical-coordinate representation of color #6A6708: hue angle of 58.16º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A6708 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB1061038-
CMYK00.030.920.58
HSL58.16º85.96%22.35%-
HSV(B)58.16º92.45%41.57%-
XYZ10.8412.782.13-
YUV93.0779.99137.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.85%
GREEN value IS 103 (40.62% from 255) = 47.47%
BLUE value IS 8 (3.52% from 255) = 3.69%
R=48.85%
G=47.47%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106103800.030.920.5858.1685.9622.35
Hex6A678035C3A3a5616
Octal1521471003134727212626
Binary1101010110011110000111011100111010111010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,103,8); }

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

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

 a { background-color: rgb(106,103,8); }

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

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

 span { border-color: rgb(106,103,8); }

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