#6E771E

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

Shades of Fiji Green #6E771E

Tints of Fiji Green #6E771E

Color information

#6E771E (or 0x6E771E) is unknown color: approx Fiji Green. HEX triplet: 6E, 77 and 1E. RGB value is (110,119,30). Sum of RGB (Red+Green+Blue) = 110+119+30=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #6E771E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E771E is #9188E1. Grayscale: #6A6A6A. Windows color (decimal): -9537762 or 1996654. OLE color: 1996654.

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

Color convert

RGB11011930-
CMYK0.0800.750.53
HSL66.07º59.73%29.22%-
HSV(B)66.07º74.79%46.67%-
XYZ13.2616.63.73-
YUV106.1685.02130.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.47%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=42.47%
G=45.95%
B=11.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110119300.0800.750.5366.0759.7329.22
Hex6E771E804B35423c1d
Octal15616736100113651027435
Binary1101110111011111110100001001011110101100001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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