#6A7F1A

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

Shades of Fiji Green #6A7F1A

Tints of Fiji Green #6A7F1A

Color information

#6A7F1A (or 0x6A7F1A) is unknown color: approx Fiji Green. HEX triplet: 6A, 7F and 1A. RGB value is (106,127,26). Sum of RGB (Red+Green+Blue) = 106+127+26=259 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.93% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #6A7F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7F1A is #9580E5. Grayscale: #6D6D6D. Windows color (decimal): -9797862 or 1736554. OLE color: 1736554.

HSL color Cylindrical-coordinate representation of color #6A7F1A: hue angle of 72.48º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A7F1A is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB10612726-
CMYK0.1700.800.50
HSL72.48º66.01%30%-
HSV(B)72.48º79.53%49.8%-
XYZ13.7218.323.79-
YUV109.2181.04125.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.93%
GREEN value IS 127 (50% from 255) = 49.03%
BLUE value IS 26 (10.55% from 255) = 10.04%
R=40.93%
G=49.03%
B=10.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal106127260.1700.800.5072.4866.0130
Hex6A7F1A110503248421e
Octal152177322101206211010236
Binary110101011111111101010001010100001100101001000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,127,26); }

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

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

 a { background-color: rgb(106,127,26); }

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

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

 span { border-color: rgb(106,127,26); }

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