#6B761F

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

Shades of Fiji Green #6B761F

Tints of Fiji Green #6B761F

Color information

#6B761F (or 0x6B761F) is unknown color: approx Fiji Green. HEX triplet: 6B, 76 and 1F. RGB value is (107,118,31). Sum of RGB (Red+Green+Blue) = 107+118+31=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #6B761F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B761F is #9489E0. Grayscale: #696969. Windows color (decimal): -9734625 or 2061931. OLE color: 2061931.

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

Color convert

RGB10711831-
CMYK0.0900.740.54
HSL67.59º58.39%29.22%-
HSV(B)67.59º73.73%46.27%-
XYZ12.7916.183.75-
YUV104.7986.36129.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.80%
GREEN value IS 118 (46.48% from 255) = 46.09%
BLUE value IS 31 (12.5% from 255) = 12.11%
R=41.80%
G=46.09%
B=12.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107118310.0900.740.5467.5958.3929.22
Hex6B761F904A36443a1d
Octal15316637110112661047235
Binary1101011111011011111100101001010110110100010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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