#6E7914

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

Shades of Fiji Green #6E7914

Tints of Fiji Green #6E7914

Color information

#6E7914 (or 0x6E7914) is unknown color: approx Fiji Green. HEX triplet: 6E, 79 and 14. RGB value is (110,121,20). Sum of RGB (Red+Green+Blue) = 110+121+20=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #6E7914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7914 is #9186EB. Grayscale: #6A6A6A. Windows color (decimal): -9537260 or 1341806. OLE color: 1341806.

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

Color convert

RGB11012120-
CMYK0.0900.830.53
HSL66.53º71.63%27.65%-
HSV(B)66.53º83.47%47.45%-
XYZ13.3917.043.24-
YUV106.279.36130.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.82%
GREEN value IS 121 (47.66% from 255) = 48.21%
BLUE value IS 20 (8.20% from 255) = 7.97%
R=43.82%
G=48.21%
B=7.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110121200.0900.830.5366.5371.6327.65
Hex6E791490533543481c
Octal156171241101236510311034
Binary11011101111001101001001010100111101011000011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,121,20); }

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

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

 a { background-color: rgb(110,121,20); }

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

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

 span { border-color: rgb(110,121,20); }

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