#6A7F19

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

Shades of Fiji Green #6A7F19

Tints of Fiji Green #6A7F19

Color information

#6A7F19 (or 0x6A7F19) is unknown color: approx Fiji Green. HEX triplet: 6A, 7F and 19. RGB value is (106,127,25). Sum of RGB (Red+Green+Blue) = 106+127+25=258 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.09% from 258); Green value is 127 (50% from 255 or 49.22% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 127 - color contains mainly: green. Hex color #6A7F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7F19 is #9580E6. Grayscale: #6D6D6D. Windows color (decimal): -9797863 or 1671018. OLE color: 1671018.

HSL color Cylindrical-coordinate representation of color #6A7F19: hue angle of 72.35º degrees, saturation: 0.67, 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 #6A7F19 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB10612725-
CMYK0.1700.800.50
HSL72.35º67.11%29.8%-
HSV(B)72.35º80.31%49.8%-
XYZ13.7118.313.73-
YUV109.0980.54125.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.09%
GREEN value IS 127 (50% from 255) = 49.22%
BLUE value IS 25 (10.16% from 255) = 9.69%
R=41.09%
G=49.22%
B=9.69%

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
Decimal106127250.1700.800.5072.3567.1129.8
Hex6A7F19110503248431e
Octal152177312101206211010336
Binary110101011111111100110001010100001100101001000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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