#6A7F16

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

Shades of Fiji Green #6A7F16

Tints of Fiji Green #6A7F16

Color information

#6A7F16 (or 0x6A7F16) is unknown color: approx Fiji Green. HEX triplet: 6A, 7F and 16. RGB value is (106,127,22). Sum of RGB (Red+Green+Blue) = 106+127+22=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #6A7F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7F16 is #9580E9. Grayscale: #6D6D6D. Windows color (decimal): -9797866 or 1474410. OLE color: 1474410.

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

Color convert

RGB10612722-
CMYK0.1700.830.50
HSL72º70.47%29.22%-
HSV(B)72º82.68%49.8%-
XYZ13.6818.33.57-
YUV108.7579.04126.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.57%
GREEN value IS 127 (50% from 255) = 49.80%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=41.57%
G=49.80%
B=8.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal106127220.1700.830.507270.4729.22
Hex6A7F16110533248461d
Octal152177262101236211010635
Binary110101011111111011010001010100111100101001000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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