#6A6B07

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

Shades of Fiji Green #6A6B07

Tints of Fiji Green #6A6B07

Color information

#6A6B07 (or 0x6A6B07) is unknown color: approx Fiji Green. HEX triplet: 6A, 6B and 07. RGB value is (106,107,7). Sum of RGB (Red+Green+Blue) = 106+107+7=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #6A6B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6B07 is #9594F8. Grayscale: #5F5F5F. Windows color (decimal): -9803001 or 486250. OLE color: 486250.

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

Color convert

RGB1061077-
CMYK0.0100.930.58
HSL60.6º87.72%22.35%-
HSV(B)60.6º93.46%41.96%-
XYZ11.2413.592.23-
YUV95.378.17135.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.18%
GREEN value IS 107 (42.19% from 255) = 48.64%
BLUE value IS 7 (3.12% from 255) = 3.18%
R=48.18%
G=48.64%
B=3.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10610770.0100.930.5860.687.7222.35
Hex6A6B7105D3A3d5816
Octal152153710135727513026
Binary11010101101011111101011101111010111101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,107,7); }

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

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

 a { background-color: rgb(106,107,7); }

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

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

 span { border-color: rgb(106,107,7); }

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