#6b660a

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

Shades of Fiji Green #6B660A

Tints of Fiji Green #6B660A

Color information

#6B660A (or 0x6B660A) is unknown color: approx Fiji Green. HEX triplet: 6B, 66 and 0A. RGB value is (107,102,10). Sum of RGB (Red+Green+Blue) = 107+102+10=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B660A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B660A is #9499F5. Grayscale: #5D5D5D. Windows color (decimal): -9738742 or 681579. OLE color: 681579.

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

Color convert

RGB10710210-
CMYK00.050.910.58
HSL56.91º82.91%22.94%-
HSV(B)56.91º90.65%41.96%-
XYZ10.8712.652.16-
YUV93.0181.16137.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.86%
GREEN value IS 102 (40.23% from 255) = 46.58%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=48.86%
G=46.58%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071021000.050.910.5856.9182.9122.94
Hex6B66A055B3A395317
Octal1531461205133727112327
Binary11010111100110101001011011011111010111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b660a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,102,10); }

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

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

 a { background-color: rgb(107,102,10); }

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

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

 span { border-color: rgb(107,102,10); }

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