#6B7620

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

Shades of Fiji Green #6B7620

Tints of Fiji Green #6B7620

Color information

#6B7620 (or 0x6B7620) is unknown color: approx Fiji Green. HEX triplet: 6B, 76 and 20. RGB value is (107,118,32). Sum of RGB (Red+Green+Blue) = 107+118+32=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7620 is #9489DF. Grayscale: #696969. Windows color (decimal): -9734624 or 2127467. OLE color: 2127467.

HSL color Cylindrical-coordinate representation of color #6B7620: hue angle of 67.67º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B7620 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB10711832-
CMYK0.0900.730.54
HSL67.67º57.33%29.41%-
HSV(B)67.67º72.88%46.27%-
XYZ12.816.193.82-
YUV104.9186.86129.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.63%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 32 (12.89% from 255) = 12.45%
R=41.63%
G=45.91%
B=12.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107118320.0900.730.5467.6757.3329.41
Hex6B762090493644391d
Octal15316640110111661047135
Binary11010111110110100000100101001001110110100010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,118,32); }

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

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

 a { background-color: rgb(107,118,32); }

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

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

 span { border-color: rgb(107,118,32); }

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