#6E7A1A

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

Shades of Fiji Green #6E7A1A

Tints of Fiji Green #6E7A1A

Color information

#6E7A1A (or 0x6E7A1A) is unknown color: approx Fiji Green. HEX triplet: 6E, 7A and 1A. RGB value is (110,122,26). Sum of RGB (Red+Green+Blue) = 110+122+26=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7A1A is #9185E5. Grayscale: #6B6B6B. Windows color (decimal): -9536998 or 1735278. OLE color: 1735278.

HSL color Cylindrical-coordinate representation of color #6E7A1A: hue angle of 67.5º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E7A1A is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB11012226-
CMYK0.1000.790.52
HSL67.5º64.86%29.02%-
HSV(B)67.5º78.69%47.84%-
XYZ13.5817.313.6-
YUV107.4782.02129.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.64%
GREEN value IS 122 (48.05% from 255) = 47.29%
BLUE value IS 26 (10.55% from 255) = 10.08%
R=42.64%
G=47.29%
B=10.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110122260.1000.790.5267.564.8629.02
Hex6E7A1AA04F3444411d
Octal156172321201176410410135
Binary11011101111010110101010010011111101001000100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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