#6E771A

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

Shades of Fiji Green #6E771A

Tints of Fiji Green #6E771A

Color information

#6E771A (or 0x6E771A) is unknown color: approx Fiji Green. HEX triplet: 6E, 77 and 1A. RGB value is (110,119,26). Sum of RGB (Red+Green+Blue) = 110+119+26=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #6E771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E771A is #9188E5. Grayscale: #6A6A6A. Windows color (decimal): -9537766 or 1734510. OLE color: 1734510.

HSL color Cylindrical-coordinate representation of color #6E771A: hue angle of 65.81º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E771A is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB11011926-
CMYK0.0800.780.53
HSL65.81º64.14%28.43%-
HSV(B)65.81º78.15%46.67%-
XYZ13.2116.583.48-
YUV105.7183.02131.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.14%
GREEN value IS 119 (46.88% from 255) = 46.67%
BLUE value IS 26 (10.55% from 255) = 10.20%
R=43.14%
G=46.67%
B=10.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110119260.0800.780.5365.8164.1428.43
Hex6E771A804E3542401c
Octal156167321001166510210034
Binary11011101110111110101000010011101101011000010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,119,26); }

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

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

 a { background-color: rgb(110,119,26); }

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

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

 span { border-color: rgb(110,119,26); }

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