#6A7F18

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

Shades of Fiji Green #6A7F18

Tints of Fiji Green #6A7F18

Color information

#6A7F18 (or 0x6A7F18) is unknown color: approx Fiji Green. HEX triplet: 6A, 7F and 18. RGB value is (106,127,24). Sum of RGB (Red+Green+Blue) = 106+127+24=257 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.25% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #6A7F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7F18 is #9580E7. Grayscale: #6D6D6D. Windows color (decimal): -9797864 or 1605482. OLE color: 1605482.

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

Color convert

RGB10612724-
CMYK0.1700.810.50
HSL72.23º68.21%29.61%-
HSV(B)72.23º81.1%49.8%-
XYZ13.718.313.68-
YUV108.9880.04125.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.25%
GREEN value IS 127 (50% from 255) = 49.42%
BLUE value IS 24 (9.77% from 255) = 9.34%
R=41.25%
G=49.42%
B=9.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal106127240.1700.810.5072.2368.2129.61
Hex6A7F18110513248441e
Octal152177302101216211010436
Binary110101011111111100010001010100011100101001000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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